ipe: 7.1.10 -> 7.2.7
This commit is contained in:
parent
d7fb709180
commit
2700a58861
@ -3,11 +3,11 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ipe-7.1.10";
|
name = "ipe-7.2.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://dl.bintray.com/otfried/generic/ipe/7.1/${name}-src.tar.gz";
|
url = "https://dl.bintray.com/otfried/generic/ipe/7.2/${name}-src.tar.gz";
|
||||||
sha256 = "0kwk8l2jasb4fdixaca08g661d0sdmx2jkk3ch7pxh0f4xkdxkkz";
|
sha256 = "08lzqhagvr8l69hxghyw9akf5dixbily7hj2gxhzzrp334k3yvfn";
|
||||||
};
|
};
|
||||||
|
|
||||||
# changes taken from Gentoo portage
|
# changes taken from Gentoo portage
|
||||||
@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
patches = [ ./xlocale.patch ];
|
||||||
|
|
||||||
#TODO: make .desktop entry
|
#TODO: make .desktop entry
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
10
pkgs/applications/graphics/ipe/xlocale.patch
Normal file
10
pkgs/applications/graphics/ipe/xlocale.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- ipe-7.2.7/src/ipelib/ipeplatform.cpp 2016-12-09 15:09:04.000000000 +0100
|
||||||
|
+++ ipe-7.2.7/src/ipelib/ipeplatform.cpp 2017-11-23 17:13:11.152395834 +0100
|
||||||
|
@@ -38,7 +38,6 @@
|
||||||
|
#include <gdiplus.h>
|
||||||
|
#else
|
||||||
|
#include <sys/wait.h>
|
||||||
|
-#include <xlocale.h>
|
||||||
|
#include <dirent.h>
|
||||||
|
#endif
|
||||||
|
#ifdef __APPLE__
|
Loading…
x
Reference in New Issue
Block a user