summary refs log tree commit diff
path: root/pkgs/games/quake3/wrapper/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/quake3/wrapper/default.nix')
-rw-r--r--pkgs/games/quake3/wrapper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/quake3/wrapper/default.nix b/pkgs/games/quake3/wrapper/default.nix
index aa7e33f9cd0..f9e2e864f19 100644
--- a/pkgs/games/quake3/wrapper/default.nix
+++ b/pkgs/games/quake3/wrapper/default.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
   
   inherit game paks mesa name;
 
-  gcc = stdenv.cc.gcc;
+  gcc = stdenv.cc.cc;
   
   meta = {
     inherit description;