fractal: mark broken on Darwin

This commit is contained in:
Nicolas Berbiche 2020-09-30 16:35:34 -04:00
parent 0c56c7357f
commit 43b32e6f48
No known key found for this signature in database
GPG Key ID: F3308ADE984B83CB

View File

@ -92,6 +92,7 @@ rustPlatform.buildRustPackage rec {
description = "Matrix group messaging app";
homepage = "https://gitlab.gnome.org/GNOME/fractal";
license = licenses.gpl3;
broken = stdenv.isDarwin;
maintainers = with maintainers; [ dtzWill worldofpeace ];
};
}