about summary refs log tree commit diff
path: root/pkgs/tools/wayland/sirula
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-03-05 14:59:54 +0200
committerArtturin <Artturin@artturin.com>2023-03-05 15:11:44 +0200
commitd3c7ef80efd7d059a9e1c96ffd5d059c459243ac (patch)
tree0b4bf4e20adfe48c9ee8582d0308d31358759726 /pkgs/tools/wayland/sirula
parent300df9525f042e5a60366199bbd245de213b1613 (diff)
pkgs/tools/wayland: mark all linux only
on non-linux they all fail various variations of
meson.build:26:0: ERROR: Dependency "wayland-client" not found, tried pkgconfig and framework
fatal error: 'wayland-util.h' file not found
Diffstat (limited to 'pkgs/tools/wayland/sirula')
-rw-r--r--pkgs/tools/wayland/sirula/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/wayland/sirula/default.nix b/pkgs/tools/wayland/sirula/default.nix
index 2426e50c0666c..c190c232fdaec 100644
--- a/pkgs/tools/wayland/sirula/default.nix
+++ b/pkgs/tools/wayland/sirula/default.nix
@@ -28,5 +28,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/DorianRudolph/sirula";
     license = with licenses; [ gpl3Plus ];
     maintainers = with maintainers; [ twitchyliquid64 ];
+    platforms = platforms.linux;
   };
 }