Loading pkgs/development/compilers/dotnet/stage0.nix +0 −6 Original line number Diff line number Diff line Loading @@ -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 { } // ( Loading Loading
pkgs/development/compilers/dotnet/stage0.nix +0 −6 Original line number Diff line number Diff line Loading @@ -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 { } // ( Loading