nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

libnice: add darwin support

+1 -1
+1 -1
pkgs/development/libraries/libnice/default.nix
··· 83 83 It provides a GLib-based library, libnice and a Glib-free library, 84 84 libstun as well as GStreamer elements.''; 85 85 homepage = "https://libnice.freedesktop.org/"; 86 - platforms = platforms.linux; 86 + platforms = platforms.unix; 87 87 license = with licenses; [ lgpl21 mpl11 ]; 88 88 }; 89 89 }