10 stdenv.mkDerivation rec {
11 pname = "wmutils-core";
14 src = fetchFromGitHub {
18 sha256 = "sha256-OKAvJovGu9rMxEe5g4kdL7Foj41kl3zUYIJa04jf0dI=";
27 installFlags = [ "PREFIX=$(out)" ];
30 description = "Set of window manipulation tools";
31 homepage = "https://github.com/wmutils/core";
32 license = licenses.isc;
33 platforms = platforms.unix;