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-30 22:21:26 +0200
committerGitHub <noreply@github.com>2023-09-30 22:21:26 +0200
commitde8256f61b9a7c3655f5d48bd2362ea9697c543b (patch)
tree812ccf52f48c5f4618115d016252021497f43862 /pkgs/applications/window-managers
parent3e6e7a3e02f261a9c9a39f989128e8d9f38b48fe (diff)
parentd50af9050e71d04ef8c75147ca7950a8cc11cc3f (diff)
Merge pull request #252528 from wegank/pix-bump
libsForQt5.mauiPackages: 3.0.0 -> 3.0.1
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;
   };
 }