13 stdenv.mkDerivation rec {
18 url = "https://download.savannah.gnu.org/releases/devilspie2/devilspie2-${version}.tar.xz";
19 sha256 = "Cp8erdKyKjGBY+QYAGXUlSIboaQ60gIepoZs0RgEJkA=";
34 mkdir -p $out/bin $out/share/man/man1
35 cp bin/devilspie2 $out/bin
36 cp devilspie2.1 $out/share/man/man1
40 description = "Window matching utility";
42 Devilspie2 is a window matching utility, allowing the user to
43 perform scripted actions on windows as they are created. For
44 example you can script a terminal program to always be
45 positioned at a specific screen position, or position a window
46 on a specific workspace.
48 homepage = "https://www.nongnu.org/devilspie2/";
49 license = licenses.gpl3;
50 maintainers = [ maintainers.ebzzry ];
51 platforms = platforms.linux;
52 mainProgram = "devilspie2";