summary refs log tree commit diff
path: root/pkgs/development/libraries/spandsp
diff options
context:
space:
mode:
authormisuzu <bakalolka@gmail.com>2021-05-11 01:40:30 +0300
committerGitHub <noreply@github.com>2021-05-11 00:40:30 +0200
commit28baff3660302765595050afca113a8c1f24e524 (patch)
treedf9aa2d46a996873d5c12cc91a447262d21a0361 /pkgs/development/libraries/spandsp
parentc503e32c5c4a6881325cc03b9513497c76dabe69 (diff)
downloadnixpkgs-28baff3660302765595050afca113a8c1f24e524.tar
nixpkgs-28baff3660302765595050afca113a8c1f24e524.tar.gz
nixpkgs-28baff3660302765595050afca113a8c1f24e524.tar.bz2
nixpkgs-28baff3660302765595050afca113a8c1f24e524.tar.lz
nixpkgs-28baff3660302765595050afca113a8c1f24e524.tar.xz
nixpkgs-28baff3660302765595050afca113a8c1f24e524.tar.zst
nixpkgs-28baff3660302765595050afca113a8c1f24e524.zip
spandsp: build on darwin (#122447)
Diffstat (limited to 'pkgs/development/libraries/spandsp')
-rw-r--r--pkgs/development/libraries/spandsp/3.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/spandsp/3.nix b/pkgs/development/libraries/spandsp/3.nix
index b3522afdf86..ceb53e05744 100644
--- a/pkgs/development/libraries/spandsp/3.nix
+++ b/pkgs/development/libraries/spandsp/3.nix
@@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
   meta = {
     description = "A portable and modular SIP User-Agent with audio and video support";
     homepage = "https://github.com/freeswitch/spandsp";
-    platforms = with lib.platforms; linux;
-    maintainers = with lib.maintainers; [ ajs124 ];
+    platforms = with lib.platforms; unix;
+    maintainers = with lib.maintainers; [ ajs124 misuzu ];
     license = lib.licenses.gpl2;
   };
 }