Skip to content

Commit

Permalink
graylog-5_1: remove
Browse files Browse the repository at this point in the history
Graylog 5.1 seems discontinued since May 2024.
https://endoflife.date/graylog
  • Loading branch information
bbenno committed Nov 24, 2024
1 parent ec7d5e5 commit c6cb16b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
9 changes: 0 additions & 9 deletions pkgs/tools/misc/graylog/5.1.nix

This file was deleted.

4 changes: 2 additions & 2 deletions pkgs/tools/misc/graylog/plugins.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, unzip, graylog-5_1 }:
{ lib, stdenv, fetchurl, unzip, graylogPackage }:

let
inherit (lib)
Expand All @@ -22,7 +22,7 @@ let
dontUnpack = true;
nativeBuildInputs = [ unzip ];
meta = a.meta // {
platforms = graylog-5_1.meta.platforms;
platforms = graylogPackage.meta.platforms;
maintainers = (a.meta.maintainers or []) ++ [ maintainers.fadenb ];
sourceProvenance = with sourceTypes; [ binaryBytecode ];
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ mapAliases {
graylog-4_0 = throw "graylog 4.x is EOL. Please consider downgrading nixpkgs if you need an upgrade from 4.x to latest series."; # Added 2023-10-09
graylog-4_3 = throw "graylog 4.x is EOL. Please consider downgrading nixpkgs if you need an upgrade from 4.x to latest series."; # Added 2023-10-09
graylog-5_0 = throw "graylog 5.0.x is EOL. Please consider downgrading nixpkgs if you need an upgrade from 5.0.x to latest series."; # Added 2024-02-15
graylog-5_1 = throw "graylog 5.1.x is EOL. Please consider downgrading nixpkgs if you need an upgrade from 5.1.x to latest series."; # Added 2024-10-16
gringo = clingo; # added 2022-11-27
grub2_full = grub2; # Added 2022-11-18
gtetrinet = throw "'gtetrinet' has been removed because it depends on GNOME 2 libraries"; # Added 2024-06-27
Expand Down
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3669,14 +3669,12 @@ with pkgs;

grails = callPackage ../development/web/grails { jdk = null; };

graylog-5_1 = callPackage ../tools/misc/graylog/5.1.nix { };

graylog-5_2 = callPackage ../tools/misc/graylog/5.2.nix { };

graylog-6_0 = callPackage ../tools/misc/graylog/6.0.nix { };

graylogPlugins = recurseIntoAttrs (
callPackage ../tools/misc/graylog/plugins.nix { }
callPackage ../tools/misc/graylog/plugins.nix { graylogPackage = graylog-6_0; }
);

graphviz = callPackage ../tools/graphics/graphviz {
Expand Down

0 comments on commit c6cb16b

Please sign in to comment.