weechat: forward metadata to wrapper
This commit is contained in:
parent
51d9192cdd
commit
fe21790989
@ -122,4 +122,7 @@ in if configure == null then weechat else
|
|||||||
export WEECHAT_EXTRA_LIBDIR=${pluginsDir}
|
export WEECHAT_EXTRA_LIBDIR=${pluginsDir}
|
||||||
${lib.concatMapStringsSep "\n" (p: lib.optionalString (p ? extraEnv) p.extraEnv) plugins}
|
${lib.concatMapStringsSep "\n" (p: lib.optionalString (p ? extraEnv) p.extraEnv) plugins}
|
||||||
exec ${weechat}/bin/weechat "$@"
|
exec ${weechat}/bin/weechat "$@"
|
||||||
'') // { unwrapped = weechat; }
|
'') // {
|
||||||
|
unwrapped = weechat;
|
||||||
|
meta = weechat.meta;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user