mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
[Backport release-26.05] buildstream: Add changelog field to meta attrset (#564734)
This commit is contained in:
@@ -124,6 +124,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
};
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/apache/buildstream/blob/${finalAttrs.src.tag}/NEWS";
|
||||
description = "Powerful software integration tool";
|
||||
downloadPage = "https://buildstream.build/install.html";
|
||||
homepage = "https://buildstream.build";
|
||||
|
||||
@@ -35,6 +35,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/apache/buildstream-plugins/releases/tag/${version}";
|
||||
description = "BuildStream plugins";
|
||||
homepage = "https://github.com/apache/buildstream-plugins";
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user