about summary refs log tree commit diff
path: root/pkgs/by-name/li
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-04-26 16:30:12 +0800
committerGitHub <noreply@github.com>2024-04-26 16:30:12 +0800
commit8d1aebb6db176a13199feea953c6d8765cadc3c3 (patch)
treef2661888f420e16c131496350ae661da4c129ef6 /pkgs/by-name/li
parentc0ae7ef4e87ad2766fba8fdfff17f873ac4e196e (diff)
parent3921bf74948f8ed064c13751655f6cf938656515 (diff)
Merge pull request #306837 from wahjava/unbreak-libstrophe
libstrophe: Unbreak on darwin
Diffstat (limited to 'pkgs/by-name/li')
-rw-r--r--pkgs/by-name/li/libstrophe/package.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/by-name/li/libstrophe/package.nix b/pkgs/by-name/li/libstrophe/package.nix
index 81c31d5f80265..f66c15edfd21b 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 ];
   };
 }