foo2zjs: fix cross build
This commit is contained in:
@@ -19,14 +19,17 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "14x3wizvncdy0xgvmcx541qanwb7bg76abygqy17bxycn1zh5r1x";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
foomatic-filters
|
||||
nativeBuildInputs = [
|
||||
bc
|
||||
foomatic-filters
|
||||
ghostscript
|
||||
systemd
|
||||
vim
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
systemd
|
||||
];
|
||||
|
||||
patches = [
|
||||
./no-hardcode-fw.diff
|
||||
# Support HBPL1 printers. Updated patch based on
|
||||
|
||||
Reference in New Issue
Block a user