zathura: inherit plugins in wrapper.nix
This commit is contained in:
parent
f063295d5a
commit
aeead88261
|
@ -8,6 +8,8 @@ in symlinkJoin {
|
|||
|
||||
paths = with zathura_core; [ man dev out ];
|
||||
|
||||
inherit plugins;
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
|
||||
postBuild = ''
|
||||
|
|
Loading…
Reference in New Issue