spring: stdenv -> gcc10Stdenv

This commit is contained in:
Alexander Bantyev 2022-05-29 18:47:58 +04:00
parent b9af2b5afd
commit c526e73ea2

View file

@ -32231,10 +32231,8 @@ with pkgs;
# You still can override by passing more arguments.
space-orbit = callPackage ../games/space-orbit { };
spring = callPackage ../games/spring {
asciidoc = asciidoc-full;
boost = boost155;
};
spring = callPackage ../games/spring
{ stdenv = gcc10StdenvCompat; asciidoc = asciidoc-full; boost = boost155; };
springLobby = callPackage ../games/spring/springlobby.nix { };