summary refs log tree commit diff
path: root/pkgs/shells/powershell/default.nix
diff options
context:
space:
mode:
authorTristan Gosselin-Hane <starcraft66@gmail.com>2021-11-10 12:17:22 -0500
committerTristan Gosselin-Hane <starcraft66@gmail.com>2021-11-10 12:17:22 -0500
commit4c4f6a4793c975d03f9ecccb8fafe631e81b2f50 (patch)
treef5868a2076cc5365447b0934354dab06d901728d /pkgs/shells/powershell/default.nix
parent92fae323123ed5116bffd9cf7c89022f27ead34e (diff)
downloadnixpkgs-4c4f6a4793c975d03f9ecccb8fafe631e81b2f50.tar
nixpkgs-4c4f6a4793c975d03f9ecccb8fafe631e81b2f50.tar.gz
nixpkgs-4c4f6a4793c975d03f9ecccb8fafe631e81b2f50.tar.bz2
nixpkgs-4c4f6a4793c975d03f9ecccb8fafe631e81b2f50.tar.lz
nixpkgs-4c4f6a4793c975d03f9ecccb8fafe631e81b2f50.tar.xz
nixpkgs-4c4f6a4793c975d03f9ecccb8fafe631e81b2f50.tar.zst
nixpkgs-4c4f6a4793c975d03f9ecccb8fafe631e81b2f50.zip
powershell: remove misleading comment
Diffstat (limited to 'pkgs/shells/powershell/default.nix')
-rw-r--r--pkgs/shells/powershell/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/shells/powershell/default.nix b/pkgs/shells/powershell/default.nix
index 9d1ae64ac5a..c34dd472f94 100644
--- a/pkgs/shells/powershell/default.nix
+++ b/pkgs/shells/powershell/default.nix
@@ -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
   '' + ''