build-support/go: clarify vendorHash

So programs doesn't need dependencies (e.g., issue2md), that
doesn't mean the dependencies are in the source tree.
This commit is contained in:
Pol Dellaiera 2025-10-31 13:09:52 +01:00
parent c7f963fb87
commit 474f62e914

View file

@ -24,8 +24,8 @@ lib.extendMkDerivation {
modRoot ? "./", modRoot ? "./",
# The SRI hash of the vendored dependencies. # The SRI hash of the vendored dependencies.
# If `vendorHash` is `null`, no dependencies are fetched and # If `null`, it means the project either has no external dependencies
# the build relies on the vendor folder within the source. # or the vendored dependencies are already present in the source tree.
vendorHash ? throw ( vendorHash ? throw (
if args ? vendorSha256 then if args ? vendorSha256 then
"buildGoModule: Expect vendorHash instead of vendorSha256" "buildGoModule: Expect vendorHash instead of vendorSha256"