foomatic-filters: fix building with cups-2

wip/yesman
Nikolay Amiantov 10 years ago
parent a3fc8ea8db
commit a75d294516
  1. 4
      pkgs/misc/drivers/foomatic-filters/default.nix

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, perl, cups, dbus }:
{ stdenv, fetchurl, pkgconfig, perl, cups, dbus, enscript }:
stdenv.mkDerivation rec {
name = "foomatic-filters-4.0.17";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1qrkgbm5jay2r7sh9qbyf0aiyrsl1mdc844hxf7fhw95a0zfbqm2";
};
buildInputs = [ pkgconfig perl cups dbus ];
buildInputs = [ pkgconfig perl cups dbus enscript ];
preConfigure =
''

Loading…
Cancel
Save