rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc
This commit is contained in:
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
||||
|
||||
inherit game paks mesa name;
|
||||
|
||||
gcc = stdenv.cc.gcc;
|
||||
gcc = stdenv.cc.cc;
|
||||
|
||||
meta = {
|
||||
inherit description;
|
||||
|
||||
Reference in New Issue
Block a user