lol

ibniz: drop (#396959)

authored by

Aleksana and committed by
GitHub
4f1a1241 c695fae3

+1 -32
-32
pkgs/by-name/ib/ibniz/package.nix
··· 1 - { 2 - lib, 3 - stdenv, 4 - fetchurl, 5 - SDL, 6 - }: 7 - 8 - stdenv.mkDerivation rec { 9 - pname = "ibniz"; 10 - version = "1.18"; 11 - 12 - src = fetchurl { 13 - url = "http://www.pelulamu.net/ibniz/${pname}-${version}.tar.gz"; 14 - sha256 = "10b4dka8zx7y84m1a58z9j2vly8mz9aw9wn8z9vx9av739j95wp2"; 15 - }; 16 - 17 - buildInputs = [ SDL ]; 18 - 19 - installPhase = '' 20 - mkdir -p $out/bin 21 - cp ibniz $out/bin 22 - ''; 23 - 24 - meta = with lib; { 25 - description = "Virtual machine designed for extremely compact low-level audiovisual programs"; 26 - homepage = "https://github.com/viznut/IBNIZ"; 27 - license = licenses.zlib; 28 - platforms = platforms.linux; 29 - maintainers = [ maintainers.dezgeg ]; 30 - mainProgram = "ibniz"; 31 - }; 32 - }
+1
pkgs/top-level/aliases.nix
··· 818 818 819 819 i3-gaps = i3; # Added 2023-01-03 820 820 i3nator = throw "'i3nator' has been removed due to lack of upstream maintenance"; # Added 2025-01-25 821 + ibniz = throw "ibniz has been removed because it fails to compile and the source url is dead"; # Added 2025-04-07 821 822 ib-tws = throw "ib-tws has been removed from nixpkgs as it was broken"; # Added 2024-07-15 822 823 ib-controller = throw "ib-controller has been removed from nixpkgs as it was broken"; # Added 2024-07-15 823 824 icuReal = throw "icuReal has been removed from nixpkgs as a mistake"; # Added 2025-02-18