libosip: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 12:19:17 +07:00
parent db02458ebb
commit e02d375471
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.gnu.org/software/osip/"; homepage = "https://www.gnu.org/software/osip/";
description = "The GNU oSIP library, an implementation of the Session Initiation Protocol (SIP)"; description = "The GNU oSIP library, an implementation of the Session Initiation Protocol (SIP)";
maintainers = with lib.maintainers; [ raskin ]; maintainers = with lib.maintainers; [ raskin ];
platforms = lib.platforms.linux; platforms = lib.platforms.all;
inherit version; inherit version;
}; };
} }