···3838 rm -f $pslibs/libcrypto${ext}.1.0.0
3939 rm -f $pslibs/libssl${ext}.1.0.0
40404141+ # At least the 7.1.3-osx package does not have the executable bit set.
4242+ chmod a+x $pslibs/pwsh
4343+4144 ls $pslibs
4245 '' + lib.optionalString (!stdenv.isDarwin) ''
4346 patchelf --replace-needed libcrypto${ext}.1.0.0 libcrypto${ext}.1.1 $pslibs/libmi.so
···55585659 doInstallCheck = true;
5760 installCheckPhase = ''
5858- $out/bin/pwsh --help > /dev/null
6161+ # May need a writable home, seen on Darwin.
6262+ HOME=$TMP $out/bin/pwsh --help > /dev/null
5963 '';
60646165 meta = with lib; {