Merge branch 'strongswan-charon-cmd' of github.com:ftrvxmtrx/nixpkgs
strongswan: enable charon-cmd
This commit is contained in:
commit
b5fe0d32b6
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue