Merge branch 'strongswan-charon-cmd' of github.com:ftrvxmtrx/nixpkgs
strongswan: enable charon-cmd
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ gmp autoreconfHook gettext pkgconfig ];
|
||||
|
||||
configureFlags = [ "--enable-swanctl" ];
|
||||
configureFlags = [ "--enable-swanctl" "--enable-cmd" ];
|
||||
|
||||
meta = {
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
|
||||
Reference in New Issue
Block a user