wmctrl: apply patch from debian to fix listing windows

This commit is contained in:
Luca Bruno
2014-07-09 21:54:02 +02:00
parent e2b7492b2e
commit c4ad4b8802
2 changed files with 34 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
buildInputs = [ libX11 libXmu glib pkgconfig ];
patches = [ ./64-bit-data.patch ];
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";