mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
rsyslog: add nixos tests to passthru.tests
ofborg does not build them yet, but at least nixpkgs-update does. https://github.com/ryantm/nixpkgs-update/pull/118 Note this test passes and would not have detected https://github.com/NixOS/nixpkgs/issues/79304
This commit is contained in:
parent
8f584be886
commit
13b0a6eaf1
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
, liblogging ? null, libnet ? null, hadoop ? null, rdkafka ? null
|
||||
, libmongo-client ? null, czmq ? null, rabbitmq-c ? null, hiredis ? null, mongoc ? null
|
||||
, libmaxminddb ? null
|
||||
, nixosTests ? null
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
|
@ -103,6 +104,10 @@ stdenv.mkDerivation rec {
|
|||
(mkFlag true "generate-man-pages")
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
nixos-rsyslogd = nixosTests.rsyslogd;
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = https://www.rsyslog.com/;
|
||||
description = "Enhanced syslog implementation";
|
||||
|
|
Loading…
Reference in a new issue