Change occurrences of gcc to the more general cc
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
This commit is contained in:
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
||||
|
||||
inherit game paks mesa name;
|
||||
|
||||
gcc = stdenv.gcc.gcc;
|
||||
gcc = stdenv.cc.gcc;
|
||||
|
||||
meta = {
|
||||
inherit description;
|
||||
|
||||
Reference in New Issue
Block a user