treewide: foomatic_filters -> foomatic-filters

This commit is contained in:
Bjørn Forsman 2016-08-26 08:46:17 +02:00
parent 7e52ba4537
commit 35c20440ca

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, foomatic_filters, bc, unzip, ghostscript, systemd, vim }:
{ stdenv, fetchurl, foomatic-filters, bc, unzip, ghostscript, systemd, vim }:
stdenv.mkDerivation rec {
name = "foo2zjs-20110210";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0vss8gdbbgxr694xw48rys2qflbnb4sp4gdb1v6z4m9ab97hs5yk";
};
buildInputs = [ foomatic_filters bc unzip ghostscript systemd vim ];
buildInputs = [ foomatic-filters bc unzip ghostscript systemd vim ];
patches = [ ./no-hardcode-fw.diff ];