mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
zathura: move defaults to package file
This commit is contained in:
parent
36a0ec673b
commit
46107a6a80
@ -1,4 +1,6 @@
|
||||
{ pkgs, useMupdf ? true, synctexSupport ? true }:
|
||||
{ config, pkgs
|
||||
, useMupdf ? config.zathura.useMupdf or true
|
||||
, synctexSupport ? true }:
|
||||
|
||||
let
|
||||
callPackage = pkgs.newScope self;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user