Skip to content

Commit 430a6ff

Browse files
committedNov 10, 2017
llpp: 25-git-2017-01-08 -> 26b
1 parent 0e92951 commit 430a6ff

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
 

Diff for: ‎pkgs/applications/misc/llpp/default.nix

+4-6
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@ assert lib.versionAtLeast (lib.getVersion ocaml) "4.02";
66
let ocamlVersion = (builtins.parseDrvName (ocaml.name)).version;
77
in stdenv.mkDerivation rec {
88
name = "llpp-${version}";
9-
version = "25-git-2017-01-18";
9+
version = "26b";
1010

1111
src = fetchgit {
1212
url = "git://repo.or.cz/llpp.git";
13-
rev = "22740b9bca1c60ef18cf90538994ce4981539901";
14-
sha256 = "0yg8z2zwhg2f5il2i1clx3b7hl088ncpk686rfxlvwyjg3qs3mv4";
13+
rev = "v${version}";
14+
sha256 = "1w8g1fp1c20sl34cx20plhnbghbsx2fwgp4vyhd1x0za29lw62nj";
1515
fetchSubmodules = false;
1616
};
1717

1818
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 ];
2120

2221
dontStrip = true;
2322

@@ -32,7 +31,6 @@ in stdenv.mkDerivation rec {
3231
buildPhase = ''
3332
sh ./build.sh build
3433
'';
35-
# --prefix CAML_LD_LIBRARY_PATH ":" "${lablgl}/lib/ocaml/${ocamlVersion}/site-lib/lablgl" \
3634

3735
installPhase = ''
3836
install -d $out/bin $out/lib

0 commit comments

Comments
 (0)
Please sign in to comment.