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:
parent
06cf681b6a
commit
8b3dc7a3a0
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user