Merge pull request #334542 from elohmeier/zathura-mupdf-darwin

zathura: useMupdf on Darwin
This commit is contained in:
Sebastián Mancilla 2024-08-25 22:56:49 -04:00 committed by GitHub
commit ebacfeec5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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