mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
zathura: use poppler on Darwin by default
This commit is contained in:
parent
a2f3f6881b
commit
9ddd56a7e3
@ -1,5 +1,5 @@
|
||||
{ config, pkgs
|
||||
, useMupdf ? config.zathura.useMupdf or true
|
||||
, useMupdf ? config.zathura.useMupdf or (!pkgs.stdenv.isDarwin)
|
||||
, synctexSupport ? true }:
|
||||
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user