zathura_wrapper: fix module paths

This commit is contained in:
Jan Tojnar 2018-04-12 00:40:17 +02:00
parent 8a4793a5c8
commit 454ef67872
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,7 +1,7 @@
{ symlinkJoin, lib, makeWrapper, zathura_core, plugins ? [] }:
let
pluginsPath = lib.makeLibraryPath plugins;
pluginsPath = lib.makeSearchPath "lib/zathura" plugins;
in symlinkJoin {
name = "zathura-with-plugins-${zathura_core.version}";