zathura: useMupdf on Darwin

This commit is contained in:
Enno Richter
2024-08-14 06:40:08 +02:00
parent 2dfa14cc54
commit 501b80e6f5
+1 -2
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