cups-filters: Fix cross compilation

This commit is contained in:
Jonas Heinrich
2025-02-09 11:21:56 +01:00
parent 006a5f3ee4
commit e342803c22
+7 -2
View File
@@ -29,6 +29,7 @@
stdenv,
which,
withAvahi ? true,
glib,
}:
(
@@ -61,10 +62,14 @@
hash = "sha256-bLOl64bdeZ10JLcQ7GbU+VffJu3Lzo0ves7O7GQIOWY=";
};
strictDeps = true;
nativeBuildInputs = [
pkg-config
makeWrapper
autoreconfHook
cups
glib
makeWrapper
pkg-config
];
buildInputs = [