mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
unbound: install headers etc for libevent support as postInstall step
This commit is contained in:
parent
d67f29261d
commit
d17ecebcf0
@ -34,6 +34,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installFlags = [ "configfile=\${out}/etc/unbound/unbound.conf" ];
|
||||
|
||||
postInstall = ''
|
||||
make unbound-event-install
|
||||
'';
|
||||
|
||||
preFixup = stdenv.lib.optionalString (stdenv.isLinux && !stdenv.hostPlatform.isMusl) # XXX: revisit
|
||||
# Build libunbound again, but only against nettle instead of openssl.
|
||||
# This avoids gnutls.out -> unbound.lib -> openssl.out.
|
||||
|
Loading…
Reference in New Issue
Block a user