spandsp: build on darwin (#122447)

authored by misuzu.tngl.sh and committed by GitHub 28baff36 c503e32c

+2 -2
+2 -2
pkgs/development/libraries/spandsp/3.nix
··· 17 17 meta = { 18 18 description = "A portable and modular SIP User-Agent with audio and video support"; 19 19 homepage = "https://github.com/freeswitch/spandsp"; 20 - platforms = with lib.platforms; linux; 21 - maintainers = with lib.maintainers; [ ajs124 ]; 20 + platforms = with lib.platforms; unix; 21 + maintainers = with lib.maintainers; [ ajs124 misuzu ]; 22 22 license = lib.licenses.gpl2; 23 23 }; 24 24 }