libosip: expand platforms to all
This commit is contained in:
parent
db02458ebb
commit
e02d375471
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue