mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user