Loading pkgs/by-name/ib/ibniz/package.nixdeleted 100644 → 0 +0 −32 Original line number Diff line number Diff line { 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"; }; } pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/by-name/ib/ibniz/package.nixdeleted 100644 → 0 +0 −32 Original line number Diff line number Diff line { 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"; }; }
pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading