zathura: Add a comment about why poppler is used on Darwin

This commit is contained in:
Roman Volosatovs 2019-05-11 23:42:58 +02:00
parent 9ddd56a7e3
commit 4afa4cda63
No known key found for this signature in database
GPG Key ID: 2660C5FDCEBE6F87

View File

@ -1,4 +1,5 @@
{ 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)
, synctexSupport ? true }: