about summary refs log tree commit diff
path: root/pkgs/games/qqwing/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/qqwing/default.nix')
-rw-r--r--pkgs/games/qqwing/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/qqwing/default.nix b/pkgs/games/qqwing/default.nix
index 3fadd73ce18e5..244a826cb1656 100644
--- a/pkgs/games/qqwing/default.nix
+++ b/pkgs/games/qqwing/default.nix
@@ -21,7 +21,8 @@ stdenv.mkDerivation rec {
       --replace "sudo " ""
   '';
 
-  buildInputs = [ perl autoconf automake libtool ];
+  nativeBuildInputs = [ autoconf automake ];
+  buildInputs = [ perl libtool ];
 
   makeFlags = [ "prefix=$(out)" "tgz" ];