Merge branch 'strongswan' of github.com:ip1981/nixpkgs

Add strongswan service
This commit is contained in:
Shea Levy
2014-11-25 09:37:15 -05:00
3 changed files with 133 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, gmp, pkgconfig }:
{ stdenv, fetchurl, gmp, pkgconfig, python }:
stdenv.mkDerivation rec {
name = "strongswan-5.2.1";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
dontPatchELF = true;
buildInputs = [ gmp pkgconfig ];
buildInputs = [ gmp pkgconfig python ];
configureFlags = [ "--enable-swanctl" "--enable-cmd" ];