zathura: use mupdf by default

This commit is contained in:
Nikolay Amiantov 2016-02-10 19:42:31 +03:00 committed by Robin Gloster
parent d008513af2
commit 11b9ed9e63

View File

@ -14041,7 +14041,7 @@ let
zathuraCollection = recurseIntoAttrs
(callPackage ../applications/misc/zathura {
callPackage = newScope pkgs.zathuraCollection;
useMupdf = config.zathura.useMupdf or false;
useMupdf = config.zathura.useMupdf or true;
});
zathura = zathuraCollection.zathuraWrapper;