libdwarf_20210528: drop

No remaining usages in nixpkgs and it is quite old.
This commit is contained in:
Thomas Gerbet 2024-03-23 23:05:50 +01:00
parent 80c7e1594a
commit 91f46a1551
3 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
{ callPackage, zlib, libelf }:
callPackage ./common.nix rec {
version = "20210528";
url = "https://www.prevanders.net/libdwarf-${version}.tar.gz";
hash = "sha512-4PnIhVQFPubBsTM5YIkRieeCDEpN3DArfmN1Skzc/CrLG0tgg6ci0SBKdemU//NAHswlG4w7JAkPjLQEbZD4cA==";
buildInputs = [ zlib libelf ];
knownVulnerabilities = [ "CVE-2022-32200" "CVE-2022-39170" ];
}

View File

@ -605,6 +605,7 @@ mapAliases ({
libcap_pam = throw "'libcap_pam' has been replaced with 'libcap'"; # Converted to throw 2023-09-10
libclc = llvmPackages_latest.libclc; # Added 2023-10-28
libcxxabi = throw "'libcxxabi' was merged into 'libcxx'"; # Converted to throw 2024-03-08
libdwarf_20210528 = throw "'libdwarf_20210528' has been removed because it is not used in nixpkgs, move to libdwarf"; # Added 2024-03-23
libgme = game-music-emu; # Added 2022-07-20
libgpgerror = libgpg-error; # Added 2021-09-04
libheimdal = heimdal; # Added 2022-11-18

View File

@ -22285,7 +22285,6 @@ with pkgs;
libdwarf = callPackage ../development/libraries/libdwarf { };
dwarfdump = libdwarf.bin;
libdwarf_20210528 = callPackage ../development/libraries/libdwarf/20210528.nix { };
libe57format = callPackage ../development/libraries/libe57format { };