jfbview: mark as broken (upstream issue)

incompatible with current libmupdf:
https://github.com/jichu4n/JFBView/issues/17
does not appear actively maintained.

(cherry picked from commit a4f53eae2c)
This commit is contained in:
xeji
2018-03-09 11:40:34 +01:00
committed by Franz Pletz
parent 050ad5dd36
commit 2062aef4f0

View File

@@ -64,5 +64,7 @@ stdenv.mkDerivation rec {
homepage = https://seasonofcode.com/pages/jfbview.html;
license = licenses.asl20;
platforms = platforms.linux;
# incompatible with latest mupdf, see https://github.com/jichu4n/JFBView/issues/17
broken = true;
};
}