summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorSergey Mironov <grrwlf@gmail.com>2013-07-27 00:48:07 +0400
committerVladimír Čunát <vcunat@gmail.com>2013-07-27 20:12:55 +0200
commit5b4e0207ba57e100c3cbd78b8ffe2884a1ff3097 (patch)
tree2d8817bacc7a623ca0e44e50c0812afc571f8d8d /pkgs/tools
parent1fa3afeb9118200c8007b6bb06896cedfe6dce47 (diff)
downloadnixlib-5b4e0207ba57e100c3cbd78b8ffe2884a1ff3097.tar
nixlib-5b4e0207ba57e100c3cbd78b8ffe2884a1ff3097.tar.gz
nixlib-5b4e0207ba57e100c3cbd78b8ffe2884a1ff3097.tar.bz2
nixlib-5b4e0207ba57e100c3cbd78b8ffe2884a1ff3097.tar.lz
nixlib-5b4e0207ba57e100c3cbd78b8ffe2884a1ff3097.tar.xz
nixlib-5b4e0207ba57e100c3cbd78b8ffe2884a1ff3097.tar.zst
nixlib-5b4e0207ba57e100c3cbd78b8ffe2884a1ff3097.zip
wmctrl: add command-line window-manipulation tool (close #781)
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/X11/wmctrl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/wmctrl/default.nix b/pkgs/tools/X11/wmctrl/default.nix
index 901eab0d1a64..f4705bdb0d41 100644
--- a/pkgs/tools/X11/wmctrl/default.nix
+++ b/pkgs/tools/X11/wmctrl/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = http://tomas.styblo.name/wmctrl/;
     description = "wmctrl is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager";
-    license = "GPL";
+    license = stdenv.lib.licenses.gpl2;
     platforms = with stdenv.lib.platforms; all;
   };
 }