From 9832e469c7d4edda92fda877feb588c8ec4c04d7 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Fri, 10 May 2024 14:36:23 +0200 Subject: [PATCH] aw-watcher-window-wayland: restrict platforms --- pkgs/tools/wayland/aw-watcher-window-wayland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/wayland/aw-watcher-window-wayland/default.nix b/pkgs/tools/wayland/aw-watcher-window-wayland/default.nix index 23075ab03662..5c51ff25d1ef 100644 --- a/pkgs/tools/wayland/aw-watcher-window-wayland/default.nix +++ b/pkgs/tools/wayland/aw-watcher-window-wayland/default.nix @@ -38,5 +38,6 @@ rustPlatform.buildRustPackage rec { license = licenses.mpl20; maintainers = with maintainers; [ esau79p ]; mainProgram = "aw-watcher-window-wayland"; + platforms = platforms.linux; }; }