nixos/tests/libreswan: add test

This commit is contained in:
rnhmjoj
2021-05-18 08:13:36 +02:00
parent 1a4db01c84
commit 3a46314455
3 changed files with 138 additions and 0 deletions
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchurl
, nixosTests
, pkg-config
, systemd
, gmp
@@ -127,6 +128,8 @@ stdenv.mkDerivation rec {
-i $out/bin/ipsec
'';
passthru.tests.libreswan = nixosTests.libreswan;
meta = with lib; {
homepage = "https://libreswan.org";
description = "A free software implementation of the VPN protocol based on IPSec and the Internet Key Exchange";