mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
syslogng_incubator: remove after being marked broken for over 18 months
It was marked in commit 6d797c8462
by Jörg Thalheim on 2018-08-27 (commited on 2018-08-27)
This commit is contained in:
parent
100b75a44b
commit
5bb61d6a25
3 changed files with 0 additions and 39 deletions
|
@ -51,9 +51,6 @@ in {
|
||||||
extraModulePaths = mkOption {
|
extraModulePaths = mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
default = [];
|
default = [];
|
||||||
example = literalExpression ''
|
|
||||||
[ "''${pkgs.syslogng_incubator}/lib/syslog-ng" ]
|
|
||||||
'';
|
|
||||||
description = ''
|
description = ''
|
||||||
A list of paths that should be included in syslog-ng's
|
A list of paths that should be included in syslog-ng's
|
||||||
<literal>--module-path</literal> option. They should usually
|
<literal>--module-path</literal> option. They should usually
|
||||||
|
|
|
@ -1,34 +0,0 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, glib, syslogng
|
|
||||||
, eventlog, perl, python2, bison, protobufc, libivykis, libcap, czmq
|
|
||||||
}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
pname = "syslog-ng-incubator";
|
|
||||||
version = "0.6.2";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "balabit";
|
|
||||||
repo = "syslog-ng-incubator";
|
|
||||||
rev = "${pname}-${version}";
|
|
||||||
sha256 = "17y85cqcyfbp882gaii731cvz5bg1s8rgda271jh6kgnrz5rbd4s";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config autoreconfHook bison ];
|
|
||||||
|
|
||||||
buildInputs = [
|
|
||||||
glib syslogng eventlog perl python2 protobufc libivykis libcap czmq
|
|
||||||
];
|
|
||||||
|
|
||||||
configureFlags = [
|
|
||||||
"--with-module-dir=$(out)/lib/syslog-ng"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
homepage = "https://github.com/balabit/syslog-ng-incubator";
|
|
||||||
description = "A collection of tools and modules for syslog-ng";
|
|
||||||
license = licenses.gpl2;
|
|
||||||
maintainers = [];
|
|
||||||
platforms = platforms.linux;
|
|
||||||
broken = true; # 2018-05-12
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -4267,8 +4267,6 @@ with pkgs;
|
||||||
|
|
||||||
syslogng = callPackage ../tools/system/syslog-ng { };
|
syslogng = callPackage ../tools/system/syslog-ng { };
|
||||||
|
|
||||||
syslogng_incubator = callPackage ../tools/system/syslog-ng-incubator { };
|
|
||||||
|
|
||||||
svt-av1 = callPackage ../tools/video/svt-av1 { };
|
svt-av1 = callPackage ../tools/video/svt-av1 { };
|
||||||
|
|
||||||
inherit (callPackages ../servers/rainloop { })
|
inherit (callPackages ../servers/rainloop { })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue