patchelf_0_9: drop

From the commit messages in 2020 it's not clear why this package was
added back. But since there are no consumers, let's drop it.
This commit is contained in:
Jörg Thalheim 2022-10-29 19:48:16 +02:00
parent 1cecfb5488
commit 7a1914356e
2 changed files with 0 additions and 18 deletions

View File

@ -1,17 +0,0 @@
{ stdenv, fetchurl, patchelf }:
stdenv.mkDerivation rec {
pname = "patchelf";
version = "0.9";
src = fetchurl {
url = "https://nixos.org/releases/patchelf/patchelf-${version}/patchelf-${version}.tar.bz2";
sha256 = "a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83";
};
setupHook = [ ./setup-hook.sh ];
doCheck = false; # fails 8 out of 24 tests, problems when loading libc.so.6
inherit (patchelf) meta;
}

View File

@ -17334,7 +17334,6 @@ with pkgs;
patchelf_0_13
else
patchelf_0_14;
patchelf_0_9 = callPackage ../development/tools/misc/patchelf/0.9.nix { };
patchelf_0_13 = callPackage ../development/tools/misc/patchelf/0.13.nix {
patchelf = patchelf_0_14;
};