libstrophe: enable on darwin

This commit is contained in:
Mario Rodas 2020-10-02 04:20:00 +00:00
parent 748686f71b
commit acb545cc88

View File

@ -27,9 +27,9 @@ stdenv.mkDerivation rec {
minimal dependencies and is configurable for various environments. It minimal dependencies and is configurable for various environments. It
runs well on both Linux, Unix, and Windows based platforms. runs well on both Linux, Unix, and Windows based platforms.
''; '';
homepage = "http://strophe.im/libstrophe/"; homepage = "https://strophe.im/libstrophe/";
license = with stdenv.lib.licenses; [ gpl3 mit ]; license = with stdenv.lib.licenses; [ gpl3 mit ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ devhell flosse ]; maintainers = with stdenv.lib.maintainers; [ devhell flosse ];
}; };
} }