about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-26 22:02:05 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-26 22:03:22 +0200
commited03614f3973cbf03f495a3b0d82c92bc3b88d43 (patch)
treea496d8a8c6e428f67100ea4c169b39f8bf82dba8 /pkgs/applications/window-managers
parent6685f18c0f14d79c61e7f03c7a44aab2d4e5c119 (diff)
maui-shell: mark as broken
Diffstat (limited to 'pkgs/applications/window-managers')
-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 c4060a1e6f40e..215b871312a44 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;
   };
 }