Merge pull request #24100 from ndowens/devilspie2

devilspie2: 0.39 -> 0.42

authored by ndowens and committed by GitHub cc161e66 e4a205a0

+6 -9
+6 -9
pkgs/applications/misc/devilspie2/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "devilspie2-${version}"; 5 - version = "0.39"; 5 + version = "0.42"; 6 6 7 7 src = fetchurl { 8 - url = "http://download.savannah.gnu.org/releases/devilspie2/devilspie2_0.39-src.tar.gz"; 9 - sha256 = "07b74ffc078e5f01525d9da7a1978b4c1a9725b814b344f83a1a203cf4caae09"; 8 + url = "http://download.savannah.gnu.org/releases/devilspie2/devilspie2_${version}-src.tar.gz"; 9 + sha256 = "119zb9x5i3y4cp30h4113psqxb5d7zxiyijpq02g8kds1wqvrx8i"; 10 10 }; 11 11 12 - buildInputs = [ intltool pkgconfig glib gtk lua libwnck3 ]; 13 - 14 - patchPhase = '' 15 - sed -i -e s@/usr/local@$out@ Makefile 16 - ''; 12 + nativeBuildInputs = [ intltool pkgconfig ]; 13 + buildInputs = [ glib gtk lua libwnck3 ]; 17 14 18 15 installPhase = '' 19 16 mkdir -p $out/bin $out/share/man/man1 ··· 22 19 ''; 23 20 24 21 meta = with stdenv.lib; { 25 - description = "Devilspie2 is a window matching utility"; 22 + description = "A window matching utility"; 26 23 longDescription = '' 27 24 Devilspie2 is a window matching utility, allowing the user to 28 25 perform scripted actions on windows as they are created. For