stuntrally: stdenv -> gcc10Stdenv

This commit is contained in:
Alexander Bantyev
2022-05-29 18:49:40 +04:00
parent 38a3766228
commit 70e3e0d839
+2 -6
View File
@@ -32272,12 +32272,8 @@ with pkgs;
stt = callPackage ../tools/audio/stt { };
stuntrally = callPackage ../games/stuntrally {
ogre = ogre1_9;
mygui = mygui.override {
withOgre = true;
};
};
stuntrally = callPackage ../games/stuntrally
{ stdenv = gcc10StdenvCompat; ogre = ogre1_9; mygui = mygui.override { withOgre = true; }; };
superTux = callPackage ../games/supertux { };