libnice: fixup build on darwin broken by PR #532624

This commit is contained in:
Vladimír Čunát 2026-07-05 09:12:37 +02:00
commit 30b3f88e8a
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -38,7 +38,9 @@ stdenv.mkDerivation (finalAttrs: {
# Bumps the gupnp_igd_dep version requested to 1.6
# https://gitlab.freedesktop.org/libnice/libnice/-/merge_requests/255
./gupnp-igd-bump.patch
]
# TODO: investigate what's wrong
++ lib.optionals (!stdenv.hostPlatform.isDarwin) [
(fetchpatch {
name = "freebsd.patch";
url = "https://gitlab.freedesktop.org/libnice/libnice/-/commit/479f0813a571ff035bf00de679db452a0441125b.patch";