summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2022-02-21 09:21:12 +0100
committerJörg Thalheim <joerg@thalheim.io>2022-02-25 11:39:34 +0100
commit9abf72f229f355c14dc4e332fa16ca8f1d36c1d5 (patch)
treec5ceead5bd514b51658ccca5cadbf12b0ff4ba4e /pkgs/top-level/aliases.nix
parentb6a9be679893fc20db7ccac674c228be384180d7 (diff)
downloadnixpkgs-9abf72f229f355c14dc4e332fa16ca8f1d36c1d5.tar
nixpkgs-9abf72f229f355c14dc4e332fa16ca8f1d36c1d5.tar.gz
nixpkgs-9abf72f229f355c14dc4e332fa16ca8f1d36c1d5.tar.bz2
nixpkgs-9abf72f229f355c14dc4e332fa16ca8f1d36c1d5.tar.lz
nixpkgs-9abf72f229f355c14dc4e332fa16ca8f1d36c1d5.tar.xz
nixpkgs-9abf72f229f355c14dc4e332fa16ca8f1d36c1d5.tar.zst
nixpkgs-9abf72f229f355c14dc4e332fa16ca8f1d36c1d5.zip
bird1: drop package + modules
reason: no longer maintained upstream.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 954eee637b5..4604edf10b2 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -110,6 +110,8 @@ mapAliases ({
   bridge_utils = bridge-utils; # Added 2015-02-20
   bro = zeek; # Added 2019-09-29
   btrfsProgs = btrfs-progs; # Added 2016-01-03
+  bird2 = bird;
+  bird6 = throw "bird6 was dropped. Use bird instead, which has support for both ipv4/ipv6";
 
   # bitwarden_rs renamed to vaultwarden with release 1.21.0 (2021-04-30)
   bitwarden_rs = vaultwarden;
@@ -118,6 +120,7 @@ mapAliases ({
   bitwarden_rs-sqlite = vaultwarden-sqlite;
   bitwarden_rs-vault = vaultwarden-vault;
 
+
   blink = throw "blink has been removed from nixpkgs, it was unmaintained and required python2 at the time of removal."; # Added 2022-01-12
   bs1770gain = throw "bs1770gain has been removed from nixpkgs, as it had no maintainer or reverse dependencies."; # Added 2021-01-02
   bsod = throw "bsod has been removed: deleted by upstream"; # Added 2022-01-07