about summary refs log tree commit diff
path: root/fez.nix
diff options
context:
space:
mode:
Diffstat (limited to 'fez.nix')
-rw-r--r--fez.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/fez.nix b/fez.nix
index 59cda41d..5f23b97c 100644
--- a/fez.nix
+++ b/fez.nix
@@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
 
   buildPhase = ''
     patchelf \
-      --set-interpreter "$(cat $NIX_GCC/nix-support/dynamic-linker)" \
+      --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
       --set-rpath "${stdenv.lib.makeLibraryPath [ mono openal SDL2 ]}" \
       FEZ.bin.x86_64
   '';