summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/x2x/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/x2x/default.nix')
-rw-r--r--pkgs/tools/X11/x2x/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/X11/x2x/default.nix b/pkgs/tools/X11/x2x/default.nix
index 237ea6140599..06d08195688a 100644
--- a/pkgs/tools/X11/x2x/default.nix
+++ b/pkgs/tools/X11/x2x/default.nix
@@ -26,5 +26,6 @@ stdenv.mkDerivation {
description = "Allows the keyboard, mouse on one X display to be used to control another X display";
homepage = http://x2x.dottedmag.net;
license = "BSD";
+ platforms = stdenv.lib.platforms.linux;
};
}