From 7c9f832e38dc216eb0da826c28e16d0a9148844e Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:42:05 +0200 Subject: [PATCH] maui-shell: set platforms --- pkgs/applications/window-managers/maui-shell/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/window-managers/maui-shell/default.nix b/pkgs/applications/window-managers/maui-shell/default.nix index e1abf6676b50..0da8baef2df7 100644 --- a/pkgs/applications/window-managers/maui-shell/default.nix +++ b/pkgs/applications/window-managers/maui-shell/default.nix @@ -83,5 +83,6 @@ mkDerivation rec { homepage = "https://github.com/Nitrux/maui-shell"; license = licenses.lgpl3; maintainers = with maintainers; [ onny ]; + platforms = platforms.linux; }; }