about summary refs log tree commit diff
path: root/pkgs/servers/holochain-go
AgeCommit message (Collapse)AuthorFilesLines
2022-01-01holochain-go: remove unmaintained versionDmitry Kalinkin1-29/+0
2021-07-26servers: replace name with pname&versionFelix Buehler1-1/+1
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob1-3/+3
2018-07-06Add: GoEndian dependancyGavin Rogers1-0/+9
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:```
2018-07-06Fix: remove platform declaration, add eventfdGavin Rogers2-1/+9
"if platforms is not set it will default to go.meta.platforms which is probably what you want" And that does sound like what we want. Also, the linux build was complaining about eventfd, or the lack thereof.
2018-07-03Fix: switch expression to use fetchFromGitHubGavin Rogers1-2/+2
2018-07-03Fix: Capitalisation of downloadPageGavin Rogers1-1/+1
2018-07-03Cleanup: remove v from version and use fetchFromGithubGavin Rogers1-3/+4
More housecleaning, also as per @Mic92. He's right, as it says in the manual, to use fetchFromGithub instead of fetchgit > Best: Fetches a snapshot archive and you get the rev you want.
2018-07-03Cleanup: remove line left over from templateGavin Rogers1-1/+0
As per @Mic92: can be removed
2018-07-03Cleanup: remove autogenerated lineGavin Rogers1-1/+0
Agree with @Mic92: "Since this was manually edited, we should not claim it was auto generated.
2018-07-03init: holochain-go at 0.1.0-alphaGavin Rogers2-0/+1069
Holochain is a platform for creating an unenclosable carrier upon which highly-scalable dApps and smart contracts can be built. This is the holochain team's initial implimentation in go. A rust version is under development.