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
16
third_party/gopkgs/github.com/jbenet/go-context/default.nix
vendored
Normal file
16
third_party/gopkgs/github.com/jbenet/go-context/default.nix
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.buildGo.external {
|
||||
path = "github.com/jbenet/go-context";
|
||||
|
||||
src = pkgs.third_party.fetchFromGitHub {
|
||||
owner = "jbenet";
|
||||
repo = "go-context";
|
||||
rev = "d14ea06fba99483203c19d92cfcd13ebe73135f4";
|
||||
sha256 = "0q91f5549n81w3z5927n4a1mdh220bdmgl42zi3h992dcc4ls0sl";
|
||||
};
|
||||
|
||||
deps = with pkgs.third_party; map (p: p.gopkg) [
|
||||
gopkgs."golang.org".x.net.context
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue