zathura: move defaults to package file

This commit is contained in:
Jan Malakhovski 2019-02-03 15:33:34 +00:00
parent 36a0ec673b
commit 46107a6a80
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,6 @@
{ pkgs, useMupdf ? true, synctexSupport ? true }:
{ config, pkgs
, useMupdf ? config.zathura.useMupdf or true
, synctexSupport ? true }:
let
callPackage = pkgs.newScope self;

View File

@ -20362,9 +20362,7 @@ in
boost = boost160;
};
zathura = callPackage ../applications/misc/zathura {
useMupdf = config.zathura.useMupdf or true;
};
zathura = callPackage ../applications/misc/zathura { };
zeroc_ice = callPackage ../development/libraries/zeroc-ice {
inherit (darwin.apple_sdk.frameworks) Security;