summary refs log tree commit diff
path: root/pkgs/tools/wayland/sov
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/sov
parent300df9525f042e5a60366199bbd245de213b1613 (diff)
downloadnixpkgs-d3c7ef80efd7d059a9e1c96ffd5d059c459243ac.tar
nixpkgs-d3c7ef80efd7d059a9e1c96ffd5d059c459243ac.tar.gz
nixpkgs-d3c7ef80efd7d059a9e1c96ffd5d059c459243ac.tar.bz2
nixpkgs-d3c7ef80efd7d059a9e1c96ffd5d059c459243ac.tar.lz
nixpkgs-d3c7ef80efd7d059a9e1c96ffd5d059c459243ac.tar.xz
nixpkgs-d3c7ef80efd7d059a9e1c96ffd5d059c459243ac.tar.zst
nixpkgs-d3c7ef80efd7d059a9e1c96ffd5d059c459243ac.zip
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/sov')
-rw-r--r--pkgs/tools/wayland/sov/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/wayland/sov/default.nix b/pkgs/tools/wayland/sov/default.nix
index fae8652a828..b9b139c7a1f 100644
--- a/pkgs/tools/wayland/sov/default.nix
+++ b/pkgs/tools/wayland/sov/default.nix
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/milgra/sov";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ travisdavis-ops ];
+    platforms = platforms.linux;
   };
 }