libstrophe: Unbreak on darwin

This commit is contained in:
Ashish SHUKLA 2024-04-25 21:46:43 +03:00
parent 1e1dc66fe6
commit 3921bf7494
No known key found for this signature in database

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