about summary refs log tree commit diff
path: root/pkgs/games/andyetitmoves/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/andyetitmoves/default.nix')
-rw-r--r--pkgs/games/andyetitmoves/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/andyetitmoves/default.nix b/pkgs/games/andyetitmoves/default.nix
index 6234d3702f7c..cf3f6e1563b8 100644
--- a/pkgs/games/andyetitmoves/default.nix
+++ b/pkgs/games/andyetitmoves/default.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
     cp -r * $out/opt/andyetitmoves/
 
     fullPath=${stdenv.gcc.gcc}/lib64
-    for i in $buildNativeInputs; do
+    for i in $nativeBuildInputs; do
       fullPath=$fullPath''${fullPath:+:}$i/lib
     done