mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
jfbview: mark as broken (upstream issue)
incompatible with current libmupdf: https://github.com/jichu4n/JFBView/issues/17 does not appear actively maintained.
This commit is contained in:
parent
d2d07a0bce
commit
a4f53eae2c
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue