dxx-rebirth: stdenv -> gcc10Stdenv

This commit is contained in:
Alexander Bantyev 2022-05-29 17:23:19 +04:00
parent 9882ffead4
commit fd26c9493b

View File

@ -31644,9 +31644,8 @@ with pkgs;
dwarf-therapist = dwarf-fortress-packages.dwarf-therapist;
dxx-rebirth = callPackage ../games/dxx-rebirth {
physfs = physfs_2;
};
dxx-rebirth = callPackage ../games/dxx-rebirth
{ stdenv = gcc10StdenvCompat; physfs = physfs_2; };
inherit (callPackages ../games/dxx-rebirth/assets.nix { })
descent1-assets