Merge pull request #21451 from spacekitteh/patch-25
openntpd: v6+ requires libressl for constraints
This commit is contained in:
commit
88d61cce28
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, openssl
|
{ stdenv, fetchurl, libressl
|
||||||
, privsepPath ? "/var/empty"
|
, privsepPath ? "/var/empty"
|
||||||
, privsepUser ? "ntp"
|
, privsepUser ? "ntp"
|
||||||
}:
|
}:
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ libressl ];
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
"sysconfdir=\${out}/etc"
|
"sysconfdir=\${out}/etc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user