Merge pull request #21451 from spacekitteh/patch-25

openntpd: v6+ requires libressl for constraints
This commit is contained in:
Michael Raskin 2016-12-28 11:01:56 +00:00 committed by GitHub
commit 88d61cce28

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, openssl
{ stdenv, fetchurl, libressl
, privsepPath ? "/var/empty"
, privsepUser ? "ntp"
}:
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
"--localstatedir=/var"
];
buildInputs = [ openssl ];
buildInputs = [ libressl ];
installFlags = [
"sysconfdir=\${out}/etc"