mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
gutenprint: add perl to nativeBuildInputs
This commit is contained in:
parent
542012fe24
commit
15422244fb
1 changed files with 1 additions and 1 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue