wmctrl: add command-line window-manipulation tool (close #781)

This commit is contained in:
Sergey Mironov 2013-07-27 00:48:07 +04:00 committed by Vladimír Čunát
parent 1fa3afeb91
commit 5b4e0207ba

View File

@ -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;
};
}