zathura: use poppler on Darwin by default

This commit is contained in:
Roman Volosatovs
2019-05-11 15:53:40 +02:00
committed by Roman Volosatovs
parent a2f3f6881b
commit 9ddd56a7e3

View File

@@ -1,5 +1,5 @@
{ config, pkgs
, useMupdf ? config.zathura.useMupdf or true
, useMupdf ? config.zathura.useMupdf or (!pkgs.stdenv.isDarwin)
, synctexSupport ? true }:
let