dmd: unpin GCC

Seems to build fine with the default GCC.
This commit is contained in:
Emily
2025-08-16 23:07:33 +01:00
parent 2844e6aff4
commit c2f81c1b2a
-9
View File
@@ -2751,15 +2751,6 @@ with pkgs;
diffutils = callPackage ../tools/text/diffutils { };
dmd = callPackage ../by-name/dm/dmd/package.nix (
{
}
// lib.optionalAttrs stdenv.hostPlatform.isLinux {
# https://github.com/NixOS/nixpkgs/pull/206907#issuecomment-1527034123
stdenv = gcc11Stdenv;
}
);
dotnetfx35 = callPackage ../development/libraries/dotnetfx35 { };
dotnetfx40 = callPackage ../development/libraries/dotnetfx40 { };