dotnetCorePackages.dotnet_10.sdk: remove crossgen2/ilc linker hack (#428126)

authored by David McFarland and committed by GitHub 6586662e 807b8ced

-6
-6
pkgs/development/compilers/dotnet/stage0.nix
··· 92 "false" 93 ]; 94 95 - # https://github.com/dotnet/source-build/issues/4920 96 - ${if stdenv.isLinux && lib.versionAtLeast old.version "10" then "postFixup" else null} = '' 97 - find $out \( -name crossgen2 -or -name ilc \) -type f -print0 | 98 - xargs -0 patchelf --add-needed libssl.so --add-rpath "${lib.makeLibraryPath [ openssl ]}" 99 - ''; 100 - 101 passthru = 102 old.passthru or { } 103 // (
··· 92 "false" 93 ]; 94 95 passthru = 96 old.passthru or { } 97 // (