Merge pull request #180288 from trofi/mars-fix-libtdc++-clash

mars: fix build on gcc-10
This commit is contained in:
Sergei Trofimovich 2022-07-06 08:09:45 +01:00 committed by GitHub
commit d3c3db6a08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32369,7 +32369,7 @@ with pkgs;
manaplus = callPackage ../games/manaplus { };
mars = callPackage ../games/mars { stdenv = gcc10StdenvCompat; };
mars = callPackage ../games/mars { };
megaglest = callPackage ../games/megaglest { };