summary refs log tree commit diff
path: root/pkgs/applications/misc/zathura
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-03-25 09:16:12 +0200
committerDoron Behar <doron.behar@gmail.com>2020-03-25 09:22:40 +0200
commitaeead8826184e6a89e014cb9cf24caa8d2790e25 (patch)
treec4041870672ce983f357b882377f55ec94a34dfb /pkgs/applications/misc/zathura
parentf063295d5a2667d21db843555bbc734811ce9836 (diff)
downloadnixpkgs-aeead8826184e6a89e014cb9cf24caa8d2790e25.tar
nixpkgs-aeead8826184e6a89e014cb9cf24caa8d2790e25.tar.gz
nixpkgs-aeead8826184e6a89e014cb9cf24caa8d2790e25.tar.bz2
nixpkgs-aeead8826184e6a89e014cb9cf24caa8d2790e25.tar.lz
nixpkgs-aeead8826184e6a89e014cb9cf24caa8d2790e25.tar.xz
nixpkgs-aeead8826184e6a89e014cb9cf24caa8d2790e25.tar.zst
nixpkgs-aeead8826184e6a89e014cb9cf24caa8d2790e25.zip
zathura: inherit plugins in wrapper.nix
Diffstat (limited to 'pkgs/applications/misc/zathura')
-rw-r--r--pkgs/applications/misc/zathura/wrapper.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/zathura/wrapper.nix b/pkgs/applications/misc/zathura/wrapper.nix
index 6c8ad97d355..4a6ef041b54 100644
--- a/pkgs/applications/misc/zathura/wrapper.nix
+++ b/pkgs/applications/misc/zathura/wrapper.nix
@@ -8,6 +8,8 @@ in symlinkJoin {
 
   paths = with zathura_core; [ man dev out ];
 
+  inherit plugins;
+
   buildInputs = [ makeWrapper ];
 
   postBuild = ''