summary refs log tree commit diff
path: root/pkgs/applications/window-managers/maui-shell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/maui-shell/default.nix')
-rw-r--r--pkgs/applications/window-managers/maui-shell/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/maui-shell/default.nix b/pkgs/applications/window-managers/maui-shell/default.nix
index c4060a1e6f4..215b871312a 100644
--- a/pkgs/applications/window-managers/maui-shell/default.nix
+++ b/pkgs/applications/window-managers/maui-shell/default.nix
@@ -84,5 +84,7 @@ mkDerivation rec {
     license = licenses.lgpl3;
     maintainers = with maintainers; [ onny ];
     platforms = platforms.linux;
+    # https://github.com/Nitrux/maui-shell/issues/56
+    broken = true;
   };
 }