openntpd: v6+ requires libressl for constraints

This commit is contained in:
Sophie Taylor 2016-12-28 13:35:42 +10:00 committed by GitHub
parent c311871a6d
commit 0e0fb196ca

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"