nixos/keepalived: add test

This commit is contained in:
Jörg Thalheim
2019-12-22 08:52:56 +00:00
parent 725f85e271
commit aadfcc0900
3 changed files with 46 additions and 1 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub
{ stdenv, fetchFromGitHub, nixosTests
, libnfnetlink, libnl, net-snmp, openssl
, pkgconfig, autoreconfHook }:
@@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
openssl
];
passthru.tests.keepalived = nixosTests.keepalived;
nativeBuildInputs = [ pkgconfig autoreconfHook ];
configureFlags = [