mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
Merge #203315: patchelf_0_14: rename to patchelfStable
...into release-22.11
This commit is contained in:
@@ -17497,11 +17497,11 @@ with pkgs;
|
||||
patchelf = if with stdenv.buildPlatform; isAarch64 && isMusl then
|
||||
patchelf_0_13
|
||||
else
|
||||
patchelf_0_14;
|
||||
patchelfStable;
|
||||
patchelf_0_13 = callPackage ../development/tools/misc/patchelf/0.13.nix {
|
||||
patchelf = patchelf_0_14;
|
||||
patchelf = patchelfStable;
|
||||
};
|
||||
patchelf_0_14 = callPackage ../development/tools/misc/patchelf { };
|
||||
patchelfStable = callPackage ../development/tools/misc/patchelf { };
|
||||
|
||||
patchelfUnstable = lowPrio (callPackage ../development/tools/misc/patchelf/unstable.nix { });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user