Unverified Commit 3b7e8b78 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

cups-filters: Fix cross compilation (#378297)

parents 40e73443 e342803c
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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 = [