unbound: don't build twice w/musl, second time fails :(
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installFlags = [ "configfile=\${out}/etc/unbound/unbound.conf" ];
|
installFlags = [ "configfile=\${out}/etc/unbound/unbound.conf" ];
|
||||||
|
|
||||||
preFixup = stdenv.lib.optionalString stdenv.isLinux
|
preFixup = stdenv.lib.optionalString (stdenv.isLinux && !stdenv.hostPlatform.isMusl) # XXX: revisit
|
||||||
# Build libunbound again, but only against nettle instead of openssl.
|
# Build libunbound again, but only against nettle instead of openssl.
|
||||||
# This avoids gnutls.out -> unbound.lib -> openssl.out.
|
# This avoids gnutls.out -> unbound.lib -> openssl.out.
|
||||||
# There was some problem with this on Darwin; let's not complicate non-Linux.
|
# There was some problem with this on Darwin; let's not complicate non-Linux.
|
||||||
|
|||||||
Reference in New Issue
Block a user