zathura: inherit plugins in wrapper.nix

This commit is contained in:
Doron Behar 2020-03-25 09:16:12 +02:00
parent f063295d5a
commit aeead88261

View File

@ -8,6 +8,8 @@ in symlinkJoin {
paths = with zathura_core; [ man dev out ];
inherit plugins;
buildInputs = [ makeWrapper ];
postBuild = ''