mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
libnice: fixup build on darwin broken by PR #532624
This commit is contained in:
parent
9a198a6ff6
commit
30b3f88e8a
1 changed files with 3 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue