spring: stdenv -> gcc10Stdenv
This commit is contained in:
parent
b9af2b5afd
commit
c526e73ea2
1 changed files with 2 additions and 4 deletions
|
@ -32231,10 +32231,8 @@ with pkgs;
|
||||||
# You still can override by passing more arguments.
|
# You still can override by passing more arguments.
|
||||||
space-orbit = callPackage ../games/space-orbit { };
|
space-orbit = callPackage ../games/space-orbit { };
|
||||||
|
|
||||||
spring = callPackage ../games/spring {
|
spring = callPackage ../games/spring
|
||||||
asciidoc = asciidoc-full;
|
{ stdenv = gcc10StdenvCompat; asciidoc = asciidoc-full; boost = boost155; };
|
||||||
boost = boost155;
|
|
||||||
};
|
|
||||||
|
|
||||||
springLobby = callPackage ../games/spring/springlobby.nix { };
|
springLobby = callPackage ../games/spring/springlobby.nix { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue