foomatic-filters: fix building with cups-2
This commit is contained in:
parent
a3fc8ea8db
commit
a75d294516
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, perl, cups, dbus }:
|
{ stdenv, fetchurl, pkgconfig, perl, cups, dbus, enscript }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "foomatic-filters-4.0.17";
|
name = "foomatic-filters-4.0.17";
|
||||||
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1qrkgbm5jay2r7sh9qbyf0aiyrsl1mdc844hxf7fhw95a0zfbqm2";
|
sha256 = "1qrkgbm5jay2r7sh9qbyf0aiyrsl1mdc844hxf7fhw95a0zfbqm2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig perl cups dbus ];
|
buildInputs = [ pkgconfig perl cups dbus enscript ];
|
||||||
|
|
||||||
preConfigure =
|
preConfigure =
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user