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:
commit
6b1e587e3c
|
@ -78,7 +78,10 @@ stdenv.mkDerivation rec {
|
||||||
"--with-tss=trousers"
|
"--with-tss=trousers"
|
||||||
"--enable-aikgen"
|
"--enable-aikgen"
|
||||||
"--enable-sqlite" ]
|
"--enable-sqlite" ]
|
||||||
++ optional enableNetworkManager "--enable-nm";
|
++ optionals enableNetworkManager [
|
||||||
|
"--enable-nm"
|
||||||
|
"--with-nm-ca-dir=/etc/ssl/certs"
|
||||||
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# this is needed for l2tp
|
# this is needed for l2tp
|
||||||
|
|
Loading…
Reference in New Issue