We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56b995 commit 976f770Copy full SHA for 976f770
pkgs/by-name/kr/krita-plugin-gmic/package.nix
@@ -31,15 +31,17 @@ stdenv.mkDerivation (finalAttrs: {
31
nativeBuildInputs = [
32
cmake
33
extra-cmake-modules
34
+ libsForQt5.qttools
35
];
36
37
buildInputs = [
38
fftw
39
krita.unwrapped
40
libsForQt5.kcoreaddons
- libsForQt5.qttools
41
42
43
+ strictDeps = true;
44
+
45
cmakeFlags = [
46
(lib.cmakeFeature "GMIC_QT_HOST" "krita-plugin")
47
# build krita's gmic instead of using the one from nixpkgs
0 commit comments