summary refs log tree commit diff
path: root/pkgs/servers/holochain-go
diff options
context:
space:
mode:
authorGavin Rogers <gavin.rogers@holo.host>2018-07-06 14:00:22 +0100
committerGavin Rogers <gavin.rogers@holo.host>2018-07-06 14:00:22 +0100
commitf917b155e55802d56b577c54d6f35dbd37de22b1 (patch)
tree5251f40a180d9a50b5f75cb9e0dbe8d25b0b9277 /pkgs/servers/holochain-go
parent6c857b7f7023d9ba5c0d9f0ca91f6cc9ab546478 (diff)
downloadnixpkgs-f917b155e55802d56b577c54d6f35dbd37de22b1.tar
nixpkgs-f917b155e55802d56b577c54d6f35dbd37de22b1.tar.gz
nixpkgs-f917b155e55802d56b577c54d6f35dbd37de22b1.tar.bz2
nixpkgs-f917b155e55802d56b577c54d6f35dbd37de22b1.tar.lz
nixpkgs-f917b155e55802d56b577c54d6f35dbd37de22b1.tar.xz
nixpkgs-f917b155e55802d56b577c54d6f35dbd37de22b1.tar.zst
nixpkgs-f917b155e55802d56b577c54d6f35dbd37de22b1.zip
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:```
Diffstat (limited to 'pkgs/servers/holochain-go')
-rw-r--r--pkgs/servers/holochain-go/deps.nix9
1 files changed, 9 insertions, 0 deletions
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
@@ -181,6 +181,15 @@
     };
   }
   {
+    goPackagePath = "github.com/gxed/GoEndian";
+    fetch = {
+      type = "git";
+      url = "https://github.com/gxed/GoEndian";
+      rev = "0f5c6873267e5abf306ffcdfcfa4bf77517ef4a7";
+      sha256 = "0fn28h9gs1finrpfs388a3ycavlcf3qylsn803cflmrwaj5piqia";
+    };
+  }
+  {
     goPackagePath = "github.com/huin/goupnp";
     fetch = {
       type = "git";