Merge pull request #334542 from elohmeier/zathura-mupdf-darwin
zathura: useMupdf on Darwin
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
# zathura_pdf_mupdf fails to load _opj_create_decompress at runtime on Darwin (https://github.com/NixOS/nixpkgs/pull/61295#issue-277982980)
|
||||
useMupdf ? config.zathura.useMupdf or (!pkgs.stdenv.isDarwin),
|
||||
useMupdf ? true,
|
||||
}:
|
||||
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user