fractal: mark broken

This commit is contained in:
Sandro Jäckel 2021-03-16 13:24:59 +01:00
parent e3b1622d7b
commit 68fd9864ea
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -87,8 +87,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Matrix group messaging app";
homepage = "https://gitlab.gnome.org/GNOME/fractal";
license = licenses.gpl3Plus;
broken = stdenv.isDarwin;
license = licenses.gpl3;
# couldn't read /build/source/build/podcasts-gtk/resources/resources.gresource: No such file or directory (os error 2)
broken = true;
maintainers = with maintainers; [ dtzWill worldofpeace ];
};
}