Unverified Commit eedfc5da authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

Merge pull request #223978 from devusb/gutenprint

gutenprint: add perl to nativeBuildInputs
parents 4025493b 15422244
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ]