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