From acb545cc884cbbda62a82942e555159dee43b304 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Fri, 2 Oct 2020 04:20:00 +0000 Subject: [PATCH] libstrophe: enable on darwin --- pkgs/development/libraries/libstrophe/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libstrophe/default.nix b/pkgs/development/libraries/libstrophe/default.nix index 330a33c164d..428e23f33f5 100644 --- a/pkgs/development/libraries/libstrophe/default.nix +++ b/pkgs/development/libraries/libstrophe/default.nix @@ -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 ]; }; }