ibniz: drop

This commit is contained in:
awwpotato
2025-04-07 18:03:53 -07:00
parent 9ff03ab0ba
commit d82996a4ef
2 changed files with 1 additions and 32 deletions
-32
View File
@@ -1,32 +0,0 @@
{
lib,
stdenv,
fetchurl,
SDL,
}:
stdenv.mkDerivation rec {
pname = "ibniz";
version = "1.18";
src = fetchurl {
url = "http://www.pelulamu.net/ibniz/${pname}-${version}.tar.gz";
sha256 = "10b4dka8zx7y84m1a58z9j2vly8mz9aw9wn8z9vx9av739j95wp2";
};
buildInputs = [ SDL ];
installPhase = ''
mkdir -p $out/bin
cp ibniz $out/bin
'';
meta = with lib; {
description = "Virtual machine designed for extremely compact low-level audiovisual programs";
homepage = "https://github.com/viznut/IBNIZ";
license = licenses.zlib;
platforms = platforms.linux;
maintainers = [ maintainers.dezgeg ];
mainProgram = "ibniz";
};
}
+1
View File
@@ -808,6 +808,7 @@ mapAliases {
i3-gaps = i3; # Added 2023-01-03
i3nator = throw "'i3nator' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
ibniz = throw "ibniz has been removed because it fails to compile and the source url is dead"; # Added 2025-04-07
ib-tws = throw "ib-tws has been removed from nixpkgs as it was broken"; # Added 2024-07-15
ib-controller = throw "ib-controller has been removed from nixpkgs as it was broken"; # Added 2024-07-15
icuReal = throw "icuReal has been removed from nixpkgs as a mistake"; # Added 2025-02-18