Merge pull request #306837 from wahjava/unbreak-libstrophe

libstrophe: Unbreak on darwin
This commit is contained in:
Aleksana
2024-04-26 16:30:12 +08:00
committed by GitHub
-1
View File
@@ -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 ];
};
}