about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2024-01-25 18:21:30 +0100
committerAlyssa Ross <hi@alyssa.is>2024-01-25 21:29:35 +0100
commitf84fc97618ee022326c7b9778e78372aecb45574 (patch)
tree85f44c1109f37f61b55a79846d8912c3dece5b05 /pkgs/top-level/aliases.nix
parent26a9e8a0c6846475eae6817a7f16157b59d1ff21 (diff)
downloadnixlib-f84fc97618ee022326c7b9778e78372aecb45574.tar
nixlib-f84fc97618ee022326c7b9778e78372aecb45574.tar.gz
nixlib-f84fc97618ee022326c7b9778e78372aecb45574.tar.bz2
nixlib-f84fc97618ee022326c7b9778e78372aecb45574.tar.lz
nixlib-f84fc97618ee022326c7b9778e78372aecb45574.tar.xz
nixlib-f84fc97618ee022326c7b9778e78372aecb45574.tar.zst
nixlib-f84fc97618ee022326c7b9778e78372aecb45574.zip
Revert "patchelf: use 0.13.x on aarch64+musl"
This reverts commit e22d0b49a9553861cdaee9f71b37db4baf2bb992.

No longer needed now that we have an up-to-date
aarch64-unknown-linux-musl bootstrap.

Since the original commit, patchelf_0_14 was renamed to
patchelfStable.  There's no longer any need for it to have a name
other than "patchelf", but I've kept "patchelfStable" around as an
alias in case anybody's using it.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 8acee49ae6ae..796bc920e574 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -795,6 +795,7 @@ mapAliases ({
   parity = openethereum; # Added 2020-08-01
   partition-manager = libsForQt5.partitionmanager; # Added 2024-01-08
   pash = throw "'pash' has been removed: abandoned by upstream. Use 'powershell' instead"; # Added 2023-09-16
+  patchelfStable = patchelf; # Added 2024-01-25
   pcsctools = pcsc-tools; # Added 2023-12-07
   pdf2xml = throw "'pdf2xml' was removed: abandoned for years."; # Added 2023-10-22
   peach = asouldocs; # Added 2022-08-28