nsd: fix openssl path in nsd-control-setup

Closes #26002
This commit is contained in:
Michiel Leenaars
2017-05-22 22:55:26 +02:00
committed by Christoph Hrdinka
parent 51269faa08
commit 16857df2f3

View File

@@ -20,6 +20,10 @@ stdenv.mkDerivation rec {
sha256 = "1cmaddfjb7yr87gjd5yv4d0qng0j97sy5rw5m3zxsp6c4fnng0vz";
};
prePatch = ''
substituteInPlace nsd-control-setup.sh.in --replace openssl ${openssl}/bin/openssl
'';
buildInputs = [ libevent openssl ];
configureFlags =