summary refs log tree commit diff
path: root/pkgs/tools/X11/xchainkeys/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/xchainkeys/default.nix')
-rw-r--r--pkgs/tools/X11/xchainkeys/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/X11/xchainkeys/default.nix b/pkgs/tools/X11/xchainkeys/default.nix
index eab21f2d2211d..3d228fedfb777 100644
--- a/pkgs/tools/X11/xchainkeys/default.nix
+++ b/pkgs/tools/X11/xchainkeys/default.nix
@@ -14,5 +14,6 @@ stdenv.mkDerivation rec {
     homepage = "https://code.google.com/p/xchainkeys/";
     description = "A standalone X11 program to create chained key bindings";
     license = stdenv.lib.licenses.gpl3;
+    platforms = stdenv.lib.platforms.unix;
   };
 }