foomatic-filters: fix building with cups-2

This commit is contained in:
Nikolay Amiantov 2014-11-14 22:52:04 +03:00
parent a3fc8ea8db
commit a75d294516

View file

@ -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 =
''