weechat: set pname and version instead of name (#482578)

This commit is contained in:
Fernando Rodrigues
2026-01-22 07:47:38 +00:00
committed by GitHub
@@ -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")