about summary refs log tree commit diff
path: root/pkgs/tools/wayland/wlr-randr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/wayland/wlr-randr/default.nix')
-rw-r--r--pkgs/tools/wayland/wlr-randr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/wayland/wlr-randr/default.nix b/pkgs/tools/wayland/wlr-randr/default.nix
index 637876e0a3ddb..b6f69992fec09 100644
--- a/pkgs/tools/wayland/wlr-randr/default.nix
+++ b/pkgs/tools/wayland/wlr-randr/default.nix
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
     homepage = "https://git.sr.ht/~emersion/wlr-randr";
     license = licenses.mit;
     maintainers = with maintainers; [ ma27 ];
-    platforms = platforms.unix;
+    platforms = platforms.linux;
   };
 }