ipe: 7.1.10 -> 7.2.7

+15 -3
+5 -3
pkgs/applications/graphics/ipe/default.nix
··· 3 3 }: 4 4 5 5 stdenv.mkDerivation rec { 6 - name = "ipe-7.1.10"; 6 + name = "ipe-7.2.7"; 7 7 8 8 src = fetchurl { 9 - url = "https://dl.bintray.com/otfried/generic/ipe/7.1/${name}-src.tar.gz"; 10 - sha256 = "0kwk8l2jasb4fdixaca08g661d0sdmx2jkk3ch7pxh0f4xkdxkkz"; 9 + url = "https://dl.bintray.com/otfried/generic/ipe/7.2/${name}-src.tar.gz"; 10 + sha256 = "08lzqhagvr8l69hxghyw9akf5dixbily7hj2gxhzzrp334k3yvfn"; 11 11 }; 12 12 13 13 # changes taken from Gentoo portage ··· 37 37 wrapProgram "$prog" --prefix PATH : "${texlive}/bin" 38 38 done 39 39 ''; 40 + 41 + patches = [ ./xlocale.patch ]; 40 42 41 43 #TODO: make .desktop entry 42 44
+10
pkgs/applications/graphics/ipe/xlocale.patch
··· 1 + --- ipe-7.2.7/src/ipelib/ipeplatform.cpp 2016-12-09 15:09:04.000000000 +0100 2 + +++ ipe-7.2.7/src/ipelib/ipeplatform.cpp 2017-11-23 17:13:11.152395834 +0100 3 + @@ -38,7 +38,6 @@ 4 + #include <gdiplus.h> 5 + #else 6 + #include <sys/wait.h> 7 + -#include <xlocale.h> 8 + #include <dirent.h> 9 + #endif 10 + #ifdef __APPLE__