From 3921bf74948f8ed064c13751655f6cf938656515 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Thu, 25 Apr 2024 21:46:43 +0300 Subject: [PATCH] libstrophe: Unbreak on darwin --- pkgs/by-name/li/libstrophe/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/li/libstrophe/package.nix b/pkgs/by-name/li/libstrophe/package.nix index 81c31d5f8026..f66c15edfd21 100644 --- a/pkgs/by-name/li/libstrophe/package.nix +++ b/pkgs/by-name/li/libstrophe/package.nix @@ -39,7 +39,6 @@ stdenv.mkDerivation rec { homepage = "https://strophe.im/libstrophe/"; license = with licenses; [ gpl3Only mit ]; platforms = platforms.unix; - broken = stdenv.isDarwin; maintainers = with maintainers; [ devhell flosse ]; }; }