summary refs log tree commit diff
path: root/pkgs/tools/wayland/sov
diff options
context:
space:
mode:
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;
   };
 }