mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
powershell: remove misleading comment
This commit is contained in:
parent
92fae32312
commit
4c4f6a4793
|
@ -51,8 +51,6 @@ stdenv.mkDerivation rec {
|
|||
patchelf --replace-needed libcrypto${ext}.1.0.0 libcrypto${ext}.1.1 $pslibs/libmi.so
|
||||
patchelf --replace-needed libssl${ext}.1.0.0 libssl${ext}.1.1 $pslibs/libmi.so
|
||||
'' + lib.optionalString (!stdenv.isDarwin) ''
|
||||
# Remove liblttng-ust from dependencies once
|
||||
# https://github.com/PowerShell/PowerShell/pull/14688 is in a release
|
||||
patchelf --replace-needed liblttng-ust${ext}.0 liblttng-ust${ext}.1 $pslibs/libcoreclrtraceptprovider.so
|
||||
'' + ''
|
||||
|
||||
|
|
Loading…
Reference in a new issue