mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
jfbview: 0.5.2 -> 0.5.3, fixes build
Also convert tabs to spaces
This commit is contained in:
parent
4c5b08e4e2
commit
9611a60708
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user