mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
weechat: Add version and meta to buildEnv
package
Currently the output from `nix search` and similar tools are lacking important meta data
This commit is contained in:
parent
54cbcdf6a9
commit
230fd49738
@ -145,9 +145,10 @@ in if configure == null then weechat else
|
||||
unwrapped = weechat;
|
||||
};
|
||||
in buildEnv {
|
||||
name = "weechat-bin-env";
|
||||
name = "weechat-bin-env-${weechat.version}";
|
||||
paths = [
|
||||
(mkWeechat "weechat")
|
||||
(mkWeechat "weechat-headless")
|
||||
];
|
||||
meta = weechat.meta;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user