nsd: fix openssl path in nsd-control-setup

Closes #26002

authored by Michiel Leenaars and committed by Christoph Hrdinka 16857df2 51269faa

+4
+4
pkgs/servers/dns/nsd/default.nix
··· 20 20 sha256 = "1cmaddfjb7yr87gjd5yv4d0qng0j97sy5rw5m3zxsp6c4fnng0vz"; 21 21 }; 22 22 23 + prePatch = '' 24 + substituteInPlace nsd-control-setup.sh.in --replace openssl ${openssl}/bin/openssl 25 + ''; 26 + 23 27 buildInputs = [ libevent openssl ]; 24 28 25 29 configureFlags =