-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add vend support to go-modules #89453
Conversation
Had to open |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be great if we can run this by default, assuming it does not affect the current hashes as @Mic92 mentioned. Thanks for working on this!
What I am a bit worried about is that new versions of vend might include new files. For that reason might not want to include it for all packages. |
Vend rejected my patch, so we're going to have to maintain a semi permanent fork of it anyway :( Everything else is updated. |
@Mic92 Fixed formatting :) |
@Mic92 - I think nothing else is outstanding here. |
IMHO |
|
gobetween is dropped - working on figuring out hugo (looks like a rebase broke it). |
This is used to provide alternate vendoring for go.
And hugo is fixed - should be g2g |
diff --git a/pkgs/applications/blockchains/go-ethereum.nix b/pkgs/applications/blockchains/go-ethereum.nix
index e2b308d88e2..0edeccf4003 100644
--- a/pkgs/applications/blockchains/go-ethereum.nix
+++ b/pkgs/applications/blockchains/go-ethereum.nix
@@ -12,7 +12,7 @@ buildGoModule rec {
};
runVend = true;
- vendorSha256 = "0r08fayxpccjyr29g38wc0zvpqgma9inyvdwcama1fyiq0n8n39d";
+ vendorSha256 = "1744df059bjksvih4653nnvb4kb1xvzdhypd0nnz36m1wrihqssv";
subPackages = [
"cmd/abidump" Can you push the changes in nomad-software/vend@24fdebf to nomad-software/vend#10 please? Upstream seems to be responsive so I'll give them a day or two to comment on the new changes. |
Updated go-ethereum. Re: vend - somehow I updated the pr verbally but didn't push. I'd strongly prefer we don't block on vend upstream, since they're still not convinced that the PR is needed + they've literally rejected every PR I sent them related to nix functionality. If they do merge it I can flip the repos back, but it's not great odds. |
If they are willing to accept the functionality but request changes we may need to update packages |
I wonder if we just should maintain our own fork anyway. The package is quite simple and we cannot have upstream breaking our hashes if @r-ryantm makes a PR and somebody merges it without knowing the consequences. It could be simplified a lot i.e. removing some dependencies like command-line coloring which is not showed in many cases anyway. @c00w what do you think about a fork maintained in https://github.com/nix-community? |
@Mic92 Is this okay to merge or do you want to do the switch to nix-community in this PR? |
I sent you an invite to the organisation. Once you moved the project their, you will be the maintainer and marked as such. However it also allows to easily move over maintenance in case you are lacking time. |
Let's just move before. The process is just a few clicks away. |
Checking darwin: @ofborg build aerc blockbook go-ethereum hugo mautrix-whatsapp saml2aws |
Pull NixOS#89453 introduced a bug in the documentation that is preventing the hydra build for nixpkgs-unstable from finishing. I have added the additional option indroduced in that patch (runVend for go modules) and added the callout tag so that the documenation can build again.
Pull #89453 introduced a bug in the documentation that is preventing the hydra build for nixpkgs-unstable from finishing. I have added the additional option indroduced in that patch (runVend for go modules) and added the callout tag so that the documenation can build again.
Pull NixOS#89453 introduced a bug in the documentation that is preventing the hydra build for nixpkgs-unstable from finishing. I have added the additional option indroduced in that patch (runVend for go modules) and added the callout tag so that the documenation can build again.
Motivation for this change
Currently you have to manually patch vendor directories that distribute c code via the go package system. By adding the useVend option, this gets much simpler.
Fixes #89128
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)