weechat: forward metadata to wrapper

This commit is contained in:
Léo Gaspard 2018-04-04 14:45:08 +02:00
parent 51d9192cdd
commit fe21790989

View File

@ -122,4 +122,7 @@ in if configure == null then weechat else
export WEECHAT_EXTRA_LIBDIR=${pluginsDir}
${lib.concatMapStringsSep "\n" (p: lib.optionalString (p ? extraEnv) p.extraEnv) plugins}
exec ${weechat}/bin/weechat "$@"
'') // { unwrapped = weechat; }
'') // {
unwrapped = weechat;
meta = weechat.meta;
}