lol

foomatic-filters: fix building with cups-2

+2 -2
+2 -2
pkgs/misc/drivers/foomatic-filters/default.nix
··· 1 - { stdenv, fetchurl, pkgconfig, perl, cups, dbus }: 1 + { stdenv, fetchurl, pkgconfig, perl, cups, dbus, enscript }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "foomatic-filters-4.0.17"; ··· 8 8 sha256 = "1qrkgbm5jay2r7sh9qbyf0aiyrsl1mdc844hxf7fhw95a0zfbqm2"; 9 9 }; 10 10 11 - buildInputs = [ pkgconfig perl cups dbus ]; 11 + buildInputs = [ pkgconfig perl cups dbus enscript ]; 12 12 13 13 preConfigure = 14 14 ''