From f545f92f726fe9aa674682f86edf40ab88cade50 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Tue, 17 Mar 2020 17:43:54 +0000 Subject: imgproxy: fix strict deps build --- pkgs/servers/imgproxy/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'pkgs/servers') diff --git a/pkgs/servers/imgproxy/default.nix b/pkgs/servers/imgproxy/default.nix index be78e1aa8316..4cdfddcff6f4 100644 --- a/pkgs/servers/imgproxy/default.nix +++ b/pkgs/servers/imgproxy/default.nix @@ -13,11 +13,9 @@ buildGoModule rec { modSha256 = "0kgd8lwcdns3skvd4bj4z85mq6hkk79mb0zzwky0wqxni8f73s6w"; - buildInputs = [ - gobject-introspection - pkg-config - vips - ]; + nativeBuildInputs = [ pkg-config ]; + + buildInputs = [ gobject-introspection vips ]; preBuild = '' export CGO_LDFLAGS_ALLOW='-(s|w)' -- cgit 1.4.1