Merge pull request #99195 from berbiche/fix-fractal

fractal: mark broken on Darwin
This commit is contained in:
Sandro
2020-11-27 20:07:48 +01:00
committed by GitHub

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