feat(third_party): Add Go packages for src-d/go-git
This is going to be used in my git syncing tool for the cgit setup.
This commit is contained in:
parent
3fb29b1843
commit
36fa320e55
11 changed files with 173 additions and 0 deletions
15
third_party/gopkgs/golang.org/x/crypto/default.nix
vendored
Normal file
15
third_party/gopkgs/golang.org/x/crypto/default.nix
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.buildGo.external {
|
||||
path = "golang.org/x/crypto";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://go.googlesource.com/crypto";
|
||||
rev = "e9b2fee46413994441b28dfca259d911d963dfed";
|
||||
};
|
||||
|
||||
deps = with pkgs.third_party; [
|
||||
# gopkgs."golang.org".x.text.secure.bidirule.gopkg
|
||||
# gopkgs."golang.org".x.text.unicode.bidi.gopkg
|
||||
# gopkgs."golang.org".x.text.unicode.norm.gopkg
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue