Skip to content

Commit

Permalink
gutenprint: enable strictDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
erdnaxe committed Mar 10, 2023
1 parent e5cc035 commit 1649603
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/misc/drivers/gutenprint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ stdenv.mkDerivation rec {
sha256 = "0s0b14hjwvbxksq7af5v8z9g2rfqv9jdmxd9d81m57f5mh6rad0p";
};

nativeBuildInputs = [ makeWrapper pkg-config ];
strictDeps = true;
nativeBuildInputs = [ makeWrapper pkg-config ]
++ lib.optional cupsSupport cups; # for cups-config
buildInputs =
[ ijs zlib ]
++ lib.optionals gimp2Support [ gimp.gtk gimp ]
Expand Down

0 comments on commit 1649603

Please sign in to comment.