···27272828 installFlags = [ "configfile=\${out}/etc/unbound/unbound.conf" ];
29293030- preFixup = stdenv.lib.optionalString stdenv.isLinux
3030+ preFixup = stdenv.lib.optionalString (stdenv.isLinux && !stdenv.hostPlatform.isMusl) # XXX: revisit
3131 # Build libunbound again, but only against nettle instead of openssl.
3232 # This avoids gnutls.out -> unbound.lib -> openssl.out.
3333 # There was some problem with this on Darwin; let's not complicate non-Linux.