File tree 1 file changed +4
-6
lines changed
pkgs/applications/misc/llpp
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,17 @@ assert lib.versionAtLeast (lib.getVersion ocaml) "4.02";
6
6
let ocamlVersion = ( builtins . parseDrvName ( ocaml . name ) ) . version ;
7
7
in stdenv . mkDerivation rec {
8
8
name = "llpp-${ version } " ;
9
- version = "25-git-2017-01-18 " ;
9
+ version = "26b " ;
10
10
11
11
src = fetchgit {
12
12
url = "git://repo.or.cz/llpp.git" ;
13
- rev = "22740b9bca1c60ef18cf90538994ce4981539901 " ;
14
- sha256 = "0yg8z2zwhg2f5il2i1clx3b7hl088ncpk686rfxlvwyjg3qs3mv4 " ;
13
+ rev = "v ${ version } " ;
14
+ sha256 = "1w8g1fp1c20sl34cx20plhnbghbsx2fwgp4vyhd1x0za29lw62nj " ;
15
15
fetchSubmodules = false ;
16
16
} ;
17
17
18
18
nativeBuildInputs = [ pkgconfig makeWrapper ninja ] ;
19
- buildInputs = [ ocaml findlib mupdf gtk3 jbig2dec # lablgl
20
- openjpeg mujs openssl freetype ncurses ] ;
19
+ buildInputs = [ ocaml findlib mupdf gtk3 jbig2dec openjpeg mujs openssl freetype ncurses ] ;
21
20
22
21
dontStrip = true ;
23
22
@@ -32,7 +31,6 @@ in stdenv.mkDerivation rec {
32
31
buildPhase = ''
33
32
sh ./build.sh build
34
33
'' ;
35
- # --prefix CAML_LD_LIBRARY_PATH ":" "${lablgl}/lib/ocaml/${ocamlVersion}/site-lib/lablgl" \
36
34
37
35
installPhase = ''
38
36
install -d $out/bin $out/lib
You can’t perform that action at this time.
0 commit comments