summary refs log tree commit diff
path: root/pkgs/tools/X11/xlaunch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/xlaunch/default.nix')
-rw-r--r--pkgs/tools/X11/xlaunch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/X11/xlaunch/default.nix b/pkgs/tools/X11/xlaunch/default.nix
index ccf998951a3..b7927ca8cb8 100644
--- a/pkgs/tools/X11/xlaunch/default.nix
+++ b/pkgs/tools/X11/xlaunch/default.nix
@@ -59,5 +59,6 @@ EOF
   meta = {
     description = ''Wrapper to parse NixOS-specific X environment and launch a custom X session'';
     maintainers = [ stdenv.lib.maintainers.raskin ];
+    platforms = stdenv.lib.platforms.linux;
   };
 }