mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
libstrophe: enable on darwin
This commit is contained in:
parent
748686f71b
commit
acb545cc88
|
@ -27,9 +27,9 @@ stdenv.mkDerivation rec {
|
|||
minimal dependencies and is configurable for various environments. It
|
||||
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 ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = with stdenv.lib.maintainers; [ devhell flosse ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue