From e342803c2204bd5c7ca29bee30d53f26312565ac Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Fri, 31 Jan 2025 16:33:39 +0100 Subject: [PATCH] cups-filters: Fix cross compilation --- pkgs/misc/cups/filters.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/misc/cups/filters.nix b/pkgs/misc/cups/filters.nix index 86792c456244..ec10c8af68c6 100644 --- a/pkgs/misc/cups/filters.nix +++ b/pkgs/misc/cups/filters.nix @@ -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 = [