weechat: set name to include version

see issue #43717
This commit is contained in:
Pascal Wittmann 2018-07-19 21:43:11 +02:00
parent c4cca95bf2
commit aa10b3127f
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

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