Unverified Commit a0844d7d authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

krita-plugin-gmic: fix and enable strictDeps (#376775)

parents 0654f4a5 976f7707
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -31,15 +31,17 @@ stdenv.mkDerivation (finalAttrs: {
  nativeBuildInputs = [
    cmake
    extra-cmake-modules
    libsForQt5.qttools
  ];

  buildInputs = [
    fftw
    krita.unwrapped
    libsForQt5.kcoreaddons
    libsForQt5.qttools
  ];

  strictDeps = true;

  cmakeFlags = [
    (lib.cmakeFeature "GMIC_QT_HOST" "krita-plugin")
    # build krita's gmic instead of using the one from nixpkgs