wmctrl: adopt package

This commit is contained in:
Anton-Latukha 2019-04-11 19:22:51 +03:00
parent b54bce24cf
commit a7a75ba5c7

View File

@ -1,4 +1,10 @@
{stdenv, fetchurl, libX11, glib, pkgconfig, libXmu }:
{ stdenv
, fetchurl
, libX11
, glib
, pkgconfig
, libXmu
}:
stdenv.mkDerivation rec {
@ -19,5 +25,7 @@ stdenv.mkDerivation rec {
description = "Command line tool to interact with an EWMH/NetWM compatible X Window Manager";
license = stdenv.lib.licenses.gpl2;
platforms = with stdenv.lib.platforms; all;
maintainers = [ stdenv.lib.maintainers.Anton-Latukha ];
};
}