powerdns: fix build by supplying libressl_2_8 instead of the new default 2.9

this is a bit of a temporary fix to get powerdns back in a buildable state
because there's the added urgency of powerdns security issues forcing a
version bump
This commit is contained in:
Robert Scott 2019-07-01 00:27:59 +01:00
parent 06cf681b6a
commit 8b3dc7a3a0

View File

@ -15879,7 +15879,7 @@ in
semodule-utils = callPackage ../os-specific/linux/semodule-utils { };
powerdns = callPackage ../servers/dns/powerdns { };
powerdns = callPackage ../servers/dns/powerdns { libressl = libressl_2_8; };
dnsdist = callPackage ../servers/dns/dnsdist { };