Unverified Commit 58d5a95d authored by rewine's avatar rewine Committed by GitHub
Browse files

ao: move to aliases (#347997)

parents bb752745 58a132db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ mapAliases {
  antennas = throw "antennas has been removed as it only works with tvheadend, which nobody was willing to maintain and was stuck on an unmaintained version that required FFmpeg 4; please see https://github.com/NixOS/nixpkgs/pull/332259 if you are interested in maintaining a newer version"; # Added 2024-08-21
  androidndkPkgs_23b = lib.warn "The package set `androidndkPkgs_23b` has been renamed to `androidndkPkgs_23`." androidndkPkgs_23; # Added 2024-07-21
  ankisyncd = throw "ankisyncd is dead, use anki-sync-server instead"; # Added 2024-08-10
  ao = libfive; # Added 2024-10-11
  apacheAnt_1_9 = throw "Ant 1.9 has been removed since it's not used in nixpkgs anymore"; # Added 2023-11-12
  apacheKafka_2_8 = throw "apacheKafka_2_8 through _3_5 have been removed from nixpkgs as outdated"; # Added 2024-02-12
  apacheKafka_3_0 = throw "apacheKafka_2_8 through _3_5 have been removed from nixpkgs as outdated"; # Added 2024-02-12
+0 −2
Original line number Diff line number Diff line
@@ -28104,8 +28104,6 @@ with pkgs;
  anytone-emu = callPackage ../applications/radio/anytone-emu { };
  ao = libfive;
  apache-directory-studio = callPackage ../applications/networking/apache-directory-studio { };
  apkeep = callPackage ../tools/misc/apkeep {