about summary refs log tree commit diff
path: root/pkgs/tools/wayland/wlsunset
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/wlsunset
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/wlsunset')
-rw-r--r--pkgs/tools/wayland/wlsunset/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/wayland/wlsunset/default.nix b/pkgs/tools/wayland/wlsunset/default.nix
index dcff3dff9cb4b..5ddce9d363271 100644
--- a/pkgs/tools/wayland/wlsunset/default.nix
+++ b/pkgs/tools/wayland/wlsunset/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
     homepage = "https://sr.ht/~kennylevinsen/wlsunset/";
     changelog = "https://git.sr.ht/~kennylevinsen/wlsunset/refs/${version}";
     license = licenses.mit;
-    platforms = platforms.unix;
+    platforms = platforms.linux;
     maintainers = with maintainers; [ primeos ];
   };
 }