weechat: set pname and version instead of name

This commit is contained in:
jopejoe1
2026-01-19 14:55:51 +01:00
parent 5ec3546a11
commit c3572e7fbc
@@ -110,7 +110,8 @@ let
};
in
buildEnv {
name = "weechat-bin-env-${weechat.version}";
pname = "weechat-bin-env";
inherit (weechat) version;
extraOutputsToInstall = lib.optionals installManPages [ "man" ];
paths = [
(mkWeechat "weechat")