dns-root-data: init at 2017-06-16

This commit is contained in:
Franz Pletz
2017-06-16 05:11:56 +02:00
parent f5a7ce1317
commit 3bb9954a6b
8 changed files with 57 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, openssl, nettle, expat, libevent }:
{ stdenv, fetchurl, openssl, nettle, expat, libevent, dns-root-data }:
stdenv.mkDerivation rec {
name = "unbound-${version}";
@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
"--localstatedir=/var"
"--sysconfdir=/etc"
"--sbindir=\${out}/bin"
"--with-rootkey-file=${dns-root-data}/root.key"
"--enable-pie"
"--enable-relro-now"
];