dotnetCorePackages.dotnet_10.sdk: remove crossgen2/ilc linker hack

This commit is contained in:
David McFarland 2025-07-24 15:32:45 -03:00
parent 82b663357a
commit 3e3e482d04

View File

@ -92,12 +92,6 @@ let
"false"
];
# https://github.com/dotnet/source-build/issues/4920
${if stdenv.isLinux && lib.versionAtLeast old.version "10" then "postFixup" else null} = ''
find $out \( -name crossgen2 -or -name ilc \) -type f -print0 |
xargs -0 patchelf --add-needed libssl.so --add-rpath "${lib.makeLibraryPath [ openssl ]}"
'';
passthru =
old.passthru or { }
// (