about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-10-30 14:50:40 +0100
committerRaito Bezarius <masterancpp@gmail.com>2023-11-17 20:26:55 +0100
commit022ee4d701878c185785ce72dd436639dd687199 (patch)
treee4bcbc8e3ab83df3af133161a7efd6e97da91fad /pkgs/top-level/aliases.nix
parentb013b3ee50cace81104bc29b8fc4496a3093b5cd (diff)
downloadnixlib-022ee4d701878c185785ce72dd436639dd687199.tar
nixlib-022ee4d701878c185785ce72dd436639dd687199.tar.gz
nixlib-022ee4d701878c185785ce72dd436639dd687199.tar.bz2
nixlib-022ee4d701878c185785ce72dd436639dd687199.tar.lz
nixlib-022ee4d701878c185785ce72dd436639dd687199.tar.xz
nixlib-022ee4d701878c185785ce72dd436639dd687199.tar.zst
nixlib-022ee4d701878c185785ce72dd436639dd687199.zip
kibana7: drop
Depends on EOL software and no maintenance has been attempted to change this after a ping
(https://github.com/NixOS/nixpkgs/issues/259178)
Feel free to adopt and re-introduce if you care about this software.

This will probably seriously hamper ELK usability in nixpkgs, but as it
receives no maintenance…
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index f3db0c7c7913..ef11a1267624 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -428,6 +428,8 @@ mapAliases ({
   keysmith = libsForQt5.kdeGear.keysmith; # Added 2021-07-14
   kfctl = throw "kfctl is broken and has been archived by upstream" ; # Added 2023-08-21
   kgx = gnome-console; # Added 2022-02-19
+  kibana7 = throw "Kibana 7.x has been removed from nixpkgs as it depends on an end of life Node.js version and received no maintenance in time."; # Added 2023-30-10
+  kibana = kibana7;
   kicad-with-packages3d = throw "'kicad-with-packages3d' has been renamed to/replaced by 'kicad'"; # Converted to throw 2023-09-10
   kio-admin = libsForQt5.kdeGear.kio-admin; # Added 2023-03-18
   kodiGBM = kodi-gbm;