uefi-firmware-parser: Drop unmaintained package
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
{ lib, python3, fetchFromGitHub }:
|
||||
|
||||
with python3.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "uefi-firmware-parser";
|
||||
version = "1.8";
|
||||
|
||||
# Version 1.8 is not published on pypi
|
||||
src = fetchFromGitHub {
|
||||
owner = "theopolis";
|
||||
repo = "uefi-firmware-parser";
|
||||
rev = "v${version}";
|
||||
sha256 = "1yn9vi91j1yxkn0icdnjhgl0qrqqkzyhccj39af4f19q1gdw995l";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/theopolis/uefi-firmware-parser/";
|
||||
description = "Parse BIOS/Intel ME/UEFI firmware related structures: Volumes, FileSystems, Files, etc";
|
||||
mainProgram = "uefi-firmware-parser";
|
||||
# MIT + license headers in some files
|
||||
license = with licenses; [
|
||||
mit
|
||||
zlib # uefi_firmware/me.py
|
||||
bsd2 # uefi_firmware/compression/Tiano/**/*
|
||||
publicDomain # uefi_firmware/compression/LZMA/SDK/C/*
|
||||
];
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
||||
maintainers = [ maintainers.samueldr ];
|
||||
};
|
||||
}
|
||||
@@ -1333,6 +1333,7 @@ mapAliases ({
|
||||
uberwriter = apostrophe; # Added 2020-04-23
|
||||
ubootBeagleboneBlack = ubootAmx335xEVM; # Added 2020-01-21
|
||||
ue4 = throw "ue4 has been removed, because the package was broken for years"; # Added 2023-11-22
|
||||
uefi-firmware-parser = throw "The uefi-firmware-parser package was dropped since it was unmaintained."; # Added 2024-06-21
|
||||
uhd3_5 = throw "uhd3_5 has been removed, because it was no longer needed"; # Added 2023-10-07
|
||||
uhhyou.lv2 = throw "'uhhyou.lv2' has been removed, upstream gone"; # Added 2023-06-21
|
||||
unicorn-emu = unicorn; # Added 2020-10-29
|
||||
|
||||
@@ -19728,8 +19728,6 @@ with pkgs;
|
||||
|
||||
udis86 = callPackage ../development/tools/udis86 { };
|
||||
|
||||
uefi-firmware-parser = callPackage ../development/tools/analysis/uefi-firmware-parser { };
|
||||
|
||||
uhd = callPackage ../applications/radio/uhd { };
|
||||
uhdMinimal = uhd.override {
|
||||
enableUtils = false;
|
||||
|
||||
Reference in New Issue
Block a user