zathura-core: 0.3.7 -> 0.3.8

This commit is contained in:
Miguel Madrid Mencía 2017-12-31 02:01:21 +01:00
parent b28348dd74
commit 22946e68d5
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957

View File

@ -10,11 +10,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "zathura-core-${version}";
version = "0.3.7";
version = "0.3.8";
src = fetchurl {
url = "http://pwmt.org/projects/zathura/download/zathura-${version}.tar.gz";
sha256 = "1w0g74dq4z2vl3f99s2gkaqrb5pskgzig10qhbxj4gq9yj4zzbr2";
sha256 = "0dz5pky3vmf3s2cp2rv1c099gb1s49p9xlgm3ghyy4pzyxc8bgs6";
};
icon = ./icon.xpm;
@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
makeFlags = [
"PREFIX=$(out)"
"RSTTOMAN=${docutils}/bin/rst2man.py"
"VERBOSE=1"
"TPUT=${ncurses.out}/bin/tput"
(optionalString synctexSupport "WITH_SYNCTEX=1")