summary refs log tree commit diff
path: root/pkgs/servers/imgproxy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/imgproxy/default.nix')
-rw-r--r--pkgs/servers/imgproxy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/imgproxy/default.nix b/pkgs/servers/imgproxy/default.nix
index 68bcd61293d..f87c503ab07 100644
--- a/pkgs/servers/imgproxy/default.nix
+++ b/pkgs/servers/imgproxy/default.nix
@@ -14,9 +14,9 @@ buildGoModule rec {
 
   vendorHash = "sha256-5o1i88v+1UGYXP2SzyM6seyidrj1Z3Q64w/gi07xf4w=";
 
-  nativeBuildInputs = [ pkg-config ];
+  nativeBuildInputs = [ pkg-config gobject-introspection ];
 
-  buildInputs = [ gobject-introspection vips ]
+  buildInputs = [ vips ]
     ++ lib.optionals stdenv.isDarwin [ libunwind ];
 
   preBuild = ''