3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #46397 from zimbatm/strongswan-fix-nm-ca-dir

strongswan: set the right dir for TLS CA cert
This commit is contained in:
Jörg Thalheim 2018-09-09 14:13:57 +01:00 committed by GitHub
commit 6b1e587e3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,10 @@ stdenv.mkDerivation rec {
"--with-tss=trousers"
"--enable-aikgen"
"--enable-sqlite" ]
++ optional enableNetworkManager "--enable-nm";
++ optionals enableNetworkManager [
"--enable-nm"
"--with-nm-ca-dir=/etc/ssl/certs"
];
postInstall = ''
# this is needed for l2tp