openclonk: stdenv -> gcc10Stdenv
This commit is contained in:
parent
5ec76e1cd6
commit
e86878e1b1
1 changed files with 1 additions and 1 deletions
|
@ -32005,7 +32005,7 @@ with pkgs;
|
|||
|
||||
openlierox = callPackage ../games/openlierox { };
|
||||
|
||||
openclonk = callPackage ../games/openclonk { };
|
||||
openclonk = callPackage ../games/openclonk { stdenv = gcc10StdenvCompat; };
|
||||
|
||||
openjk = callPackage ../games/openjk { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue