forked from mirrors/nixpkgs
Merge pull request #36654 from xeji/jfbview-broken
jfbview: mark as broken (upstream issue)
This commit is contained in:
commit
cede103220
|
@ -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