zathura_wrapper: fix module paths
This commit is contained in:
parent
8a4793a5c8
commit
454ef67872
@ -1,7 +1,7 @@
|
|||||||
{ symlinkJoin, lib, makeWrapper, zathura_core, plugins ? [] }:
|
{ symlinkJoin, lib, makeWrapper, zathura_core, plugins ? [] }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pluginsPath = lib.makeLibraryPath plugins;
|
pluginsPath = lib.makeSearchPath "lib/zathura" plugins;
|
||||||
|
|
||||||
in symlinkJoin {
|
in symlinkJoin {
|
||||||
name = "zathura-with-plugins-${zathura_core.version}";
|
name = "zathura-with-plugins-${zathura_core.version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user