From f917b155e55802d56b577c54d6f35dbd37de22b1 Mon Sep 17 00:00:00 2001 From: Gavin Rogers Date: Fri, 6 Jul 2018 14:00:22 +0100 Subject: [PATCH] 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:``` --- pkgs/servers/holochain-go/deps.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/servers/holochain-go/deps.nix b/pkgs/servers/holochain-go/deps.nix index 31e5c2c11a7..bad01c01a6b 100644 --- a/pkgs/servers/holochain-go/deps.nix +++ b/pkgs/servers/holochain-go/deps.nix @@ -180,6 +180,15 @@ 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"; fetch = {