Commit 15422244 authored by Morgan Helton's avatar Morgan Helton
Browse files

gutenprint: add perl to nativeBuildInputs

parent 542012fe
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 ]