Merge pull request #223978 from devusb/gutenprint

gutenprint: add perl to nativeBuildInputs
This commit is contained in:
Rick van Schijndel
2023-03-31 05:54:32 +00:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
strictDeps = true;
nativeBuildInputs = [ makeWrapper pkg-config ]
++ lib.optional cupsSupport cups; # for cups-config
++ lib.optionals cupsSupport [ cups perl ]; # for cups-config
buildInputs =
[ ijs zlib ]
++ lib.optionals gimp2Support [ gimp.gtk gimp ]