mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
gnome.updateScript: Return explicitly set attr path
The update script currently requires attribute to be passed. Let’s return it using the commit feature. Otherwise, `update.nix` would use the attribute it first found for the commit message, which can be something like `emscriptenPackages.libxml2`.
This commit is contained in:
parent
68505781e3
commit
a9b97f18d0
@ -63,6 +63,7 @@ let
|
||||
|
||||
report = [
|
||||
{
|
||||
"attrPath": attr_path,
|
||||
"commitBody": f"https://gitlab.gnome.org/GNOME/{package_name}/-/compare/{package_version}...{latest_tag}",
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user