mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
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}
|
||||
${lib.concatMapStringsSep "\n" (p: lib.optionalString (p ? extraEnv) p.extraEnv) plugins}
|
||||
exec ${weechat}/bin/weechat "$@"
|
||||
'') // { unwrapped = weechat; }
|
||||
'') // {
|
||||
unwrapped = weechat;
|
||||
meta = weechat.meta;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user