tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ipe: 7.1.10 -> 7.2.7
Bastian Köcher
8 years ago
2700a588
d7fb7091
+15
-3
2 changed files
expand all
collapse all
unified
split
pkgs
applications
graphics
ipe
default.nix
xlocale.patch
+5
-3
pkgs/applications/graphics/ipe/default.nix
···
3
}:
4
5
stdenv.mkDerivation rec {
6
-
name = "ipe-7.1.10";
7
8
src = fetchurl {
9
-
url = "https://dl.bintray.com/otfried/generic/ipe/7.1/${name}-src.tar.gz";
10
-
sha256 = "0kwk8l2jasb4fdixaca08g661d0sdmx2jkk3ch7pxh0f4xkdxkkz";
11
};
12
13
# changes taken from Gentoo portage
···
37
wrapProgram "$prog" --prefix PATH : "${texlive}/bin"
38
done
39
'';
0
0
40
41
#TODO: make .desktop entry
42
···
3
}:
4
5
stdenv.mkDerivation rec {
6
+
name = "ipe-7.2.7";
7
8
src = fetchurl {
9
+
url = "https://dl.bintray.com/otfried/generic/ipe/7.2/${name}-src.tar.gz";
10
+
sha256 = "08lzqhagvr8l69hxghyw9akf5dixbily7hj2gxhzzrp334k3yvfn";
11
};
12
13
# changes taken from Gentoo portage
···
37
wrapProgram "$prog" --prefix PATH : "${texlive}/bin"
38
done
39
'';
40
+
41
+
patches = [ ./xlocale.patch ];
42
43
#TODO: make .desktop entry
44
+10
pkgs/applications/graphics/ipe/xlocale.patch
···
0
0
0
0
0
0
0
0
0
0
···
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__