mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Add: GoEndian dependancy
I'm a little confused as to why this buils and runs on darwin, but fails to build without it on linux. The error was: ```go/src/github.com/gxed/eventfd/eventfd.go:17:2: cannot find package "github.com/gxed/GoEndian" in any of:```
This commit is contained in:
parent
6c857b7f70
commit
f917b155e5
9
pkgs/servers/holochain-go/deps.nix
generated
9
pkgs/servers/holochain-go/deps.nix
generated
@ -180,6 +180,15 @@
|
|||||||
sha256 = "1p15rsimkcp2flj6wb41flac72zhf97zd8jxrahsw05nyfbp58z5";
|
sha256 = "1p15rsimkcp2flj6wb41flac72zhf97zd8jxrahsw05nyfbp58z5";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
goPackagePath = "github.com/gxed/GoEndian";
|
||||||
|
fetch = {
|
||||||
|
type = "git";
|
||||||
|
url = "https://github.com/gxed/GoEndian";
|
||||||
|
rev = "0f5c6873267e5abf306ffcdfcfa4bf77517ef4a7";
|
||||||
|
sha256 = "0fn28h9gs1finrpfs388a3ycavlcf3qylsn803cflmrwaj5piqia";
|
||||||
|
};
|
||||||
|
}
|
||||||
{
|
{
|
||||||
goPackagePath = "github.com/huin/goupnp";
|
goPackagePath = "github.com/huin/goupnp";
|
||||||
fetch = {
|
fetch = {
|
||||||
|
Loading…
Reference in New Issue
Block a user