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
parent 9a198a6ff6
commit 30b3f88e8a
+3 -1
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";