vbetool: drop

This leaf package is unmaintained upstream and broken.

(cherry picked from commit 1356d96f74)
This commit is contained in:
Michael Daniels
2025-06-11 20:41:25 -04:00
parent dd55ed9193
commit d06ef69578
2 changed files with 1 additions and 39 deletions

View File

@@ -1,39 +0,0 @@
{
lib,
stdenv,
fetchurl,
pciutils,
libx86,
zlib,
}:
stdenv.mkDerivation rec {
pname = "vbetool";
version = "1.1";
src = fetchurl {
url = "https://www.codon.org.uk/~mjg59/vbetool/download/${pname}-${version}.tar.gz";
sha256 = "0m7rc9v8nz6w9x4x96maza139kin6lg4hscy6i13fna4672ds9jd";
};
buildInputs = [
pciutils
libx86
zlib
];
patchPhase = ''
substituteInPlace Makefile.in --replace '$(libdir)/libpci.a' ""
'';
configureFlags = [ "LDFLAGS=-lpci" ];
meta = with lib; {
description = "Video BIOS execution tool";
homepage = "https://www.codon.org.uk/~mjg59/vbetool/";
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
license = licenses.gpl2Only;
mainProgram = "vbetool";
};
}

View File

@@ -1955,6 +1955,7 @@ mapAliases {
varnish75Packages = throw "varnish 7.5 is EOL. Either use the LTS or upgrade."; # Added 2025-03-29
varnish76 = throw "varnish 7.6 is EOL. Either use the LTS or upgrade."; # Added 2025-05-15
varnish76Packages = throw "varnish 7.6 is EOL. Either use the LTS or upgrade."; # Added 2025-05-15
vbetool = throw "'vbetool' has been removed as it is broken and not maintained upstream."; # Added 2025-06-11
vdirsyncerStable = vdirsyncer; # Added 2020-11-08, see https://github.com/NixOS/nixpkgs/issues/103026#issuecomment-723428168
ventoy-bin = ventoy; # Added 2023-04-12
ventoy-bin-full = ventoy-full; # Added 2023-04-12