From 5b4e0207ba57e100c3cbd78b8ffe2884a1ff3097 Mon Sep 17 00:00:00 2001 From: Sergey Mironov Date: Sat, 27 Jul 2013 00:48:07 +0400 Subject: [PATCH] wmctrl: add command-line window-manipulation tool (close #781) --- pkgs/tools/X11/wmctrl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/X11/wmctrl/default.nix b/pkgs/tools/X11/wmctrl/default.nix index 901eab0d1a6..f4705bdb0d4 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; }; }