libosip: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 12:19:17 +07:00
parent db02458ebb
commit e02d375471

View file

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