mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
Merge pull request #219309 from erdnaxe/gutenprint-strictdeps
gutenprint: enable strictDeps
This commit is contained in:
commit
eca8b7698a
@ -14,7 +14,9 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0s0b14hjwvbxksq7af5v8z9g2rfqv9jdmxd9d81m57f5mh6rad0p";
|
sha256 = "0s0b14hjwvbxksq7af5v8z9g2rfqv9jdmxd9d81m57f5mh6rad0p";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper pkg-config ];
|
strictDeps = true;
|
||||||
|
nativeBuildInputs = [ makeWrapper pkg-config ]
|
||||||
|
++ lib.optional cupsSupport cups; # for cups-config
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ ijs zlib ]
|
[ ijs zlib ]
|
||||||
++ lib.optionals gimp2Support [ gimp.gtk gimp ]
|
++ lib.optionals gimp2Support [ gimp.gtk gimp ]
|
||||||
|
Loading…
Reference in New Issue
Block a user