Skip to content

Commit a0844d7

Browse files
krita-plugin-gmic: fix and enable strictDeps (#376775)
2 parents 0654f4a + 976f770 commit a0844d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/by-name/kr/krita-plugin-gmic/package.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,17 @@ stdenv.mkDerivation (finalAttrs: {
3131
nativeBuildInputs = [
3232
cmake
3333
extra-cmake-modules
34+
libsForQt5.qttools
3435
];
3536

3637
buildInputs = [
3738
fftw
3839
krita.unwrapped
3940
libsForQt5.kcoreaddons
40-
libsForQt5.qttools
4141
];
4242

43+
strictDeps = true;
44+
4345
cmakeFlags = [
4446
(lib.cmakeFeature "GMIC_QT_HOST" "krita-plugin")
4547
# build krita's gmic instead of using the one from nixpkgs

0 commit comments

Comments
 (0)