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
commit 8d1aebb6db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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 ];
};
}