Merge pull request #30987 from wizeman/u/fix-openntpd-cert
openntpd: fix constraints feature on NixOS
This commit is contained in:
commit
3328e35af8
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-privsep-user=${privsepUser}"
|
"--with-privsep-user=${privsepUser}"
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
|
"--with-cacert=/etc/ssl/certs/ca-certificates.crt"
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ libressl ];
|
buildInputs = [ libressl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user