jfbview: 0.5.2 -> 0.5.3, fixes build

Also convert tabs to spaces
This commit is contained in:
Joachim Fasting 2017-02-07 04:44:31 +01:00
parent 4c5b08e4e2
commit 9611a60708
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -9,16 +9,16 @@ let
then "jfbview"
else "jfbpdf";
binaries = if imageSupport
then [ "jfbview" "jpdfcat" "jpdfgrep" ] # all require imlib2
else [ "jfbpdf" ]; # does not
then [ "jfbview" "jpdfcat" "jpdfgrep" ] # all require imlib2
else [ "jfbpdf" ]; # does not
in
stdenv.mkDerivation rec {
name = "${package}-${version}";
version = "0.5.2";
version = "0.5.3";
src = fetchFromGitHub {
sha256 = "1vd2ndl4ar2bzqf0k11qid6gvma59qg62imsa81mgczsqw7kvbx6";
sha256 = "18iyvisslqp5ibhix00j4y7q8fmf2a79chflimc78xf52x4m2p5q";
rev = version;
repo = "JFBView";
owner = "jichu4n";