summary refs log tree commit diff
path: root/pkgs/development/tools/scenebuilder/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/scenebuilder/default.nix')
-rw-r--r--pkgs/development/tools/scenebuilder/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/scenebuilder/default.nix b/pkgs/development/tools/scenebuilder/default.nix
index 77928a1f22a..a3a0dba509b 100644
--- a/pkgs/development/tools/scenebuilder/default.nix
+++ b/pkgs/development/tools/scenebuilder/default.nix
@@ -106,6 +106,7 @@ in stdenv.mkDerivation rec {
   desktopItems = [ desktopItem ];
 
   meta = with lib; {
+    broken = stdenv.isDarwin;
     description = "A visual, drag'n'drop, layout tool for designing JavaFX application user interfaces.";
     homepage = "https://gluonhq.com/products/scene-builder/";
     license = licenses.bsd3;