about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-10 14:36:23 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-10 14:36:23 +0200
commit9832e469c7d4edda92fda877feb588c8ec4c04d7 (patch)
treec3ebae3cc20c0da69bdffa8af53eb22fa77fc0ae
parentfeceab59a5be19fb9a93d470ba8155ef44d0839d (diff)
aw-watcher-window-wayland: restrict platforms
-rw-r--r--pkgs/tools/wayland/aw-watcher-window-wayland/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/wayland/aw-watcher-window-wayland/default.nix b/pkgs/tools/wayland/aw-watcher-window-wayland/default.nix
index 23075ab036623..5c51ff25d1efd 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;
   };
 }