summary refs log tree commit diff
path: root/pkgs/development/libraries/zimg/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/zimg/default.nix')
-rw-r--r--pkgs/development/libraries/zimg/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/zimg/default.nix b/pkgs/development/libraries/zimg/default.nix
index 961220bb783..2c9d27a8b6a 100644
--- a/pkgs/development/libraries/zimg/default.nix
+++ b/pkgs/development/libraries/zimg/default.nix
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec{
     sha256 = "11pk8a5manr751jhy0xrql57jzab57lwqjxbpd8kvm9m8b51icwq";
   };
 
-  buildInputs = [ autoreconfHook ];
+  nativeBuildInputs = [ autoreconfHook ];
+  buildInputs = [ ];
 
   meta = with stdenv.lib; {
     description = "Scaling, colorspace conversion and dithering library";