mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
buildGoModule: require vendorSha256 to be set in packages
This commit is contained in:
parent
2694473150
commit
a2e6ff2cce
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
#
|
||||
# if vendorSha256 is null, then we won't fetch any dependencies and
|
||||
# rely on the vendor folder within the source.
|
||||
, vendorSha256 ? null
|
||||
, vendorSha256
|
||||
# Whether to delete the vendor folder supplied with the source.
|
||||
, deleteVendor ? false
|
||||
|
||||
|
|
Loading…
Reference in a new issue