Commit graph

11 commits

Author SHA1 Message Date
Felix Buehler a56d117bdb servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Gavin Rogers f917b155e5 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:```
2018-07-06 14:00:22 +01:00
Gavin Rogers 6c857b7f70 Fix: remove platform declaration, add eventfd
"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-06 11:55:48 +01:00
Gavin Rogers 0090b88ec3 Fix: switch expression to use fetchFromGitHub 2018-07-03 20:55:05 +01:00
Gavin Rogers f59e6b4daf Fix: Capitalisation of downloadPage 2018-07-03 20:41:37 +01:00
Gavin Rogers 93a7c5d77b Cleanup: remove v from version and use fetchFromGithub
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-03 20:41:25 +01:00
Gavin Rogers 4c497d522c Cleanup: remove line left over from template
As per @Mic92: can be removed
2018-07-03 20:41:11 +01:00
Gavin Rogers c50f7a361a Cleanup: remove autogenerated line
Agree with @Mic92: "Since this was manually edited, we should not claim it was
auto generated.
2018-07-03 20:41:02 +01:00
Gavin Rogers 9a9539df65 init: holochain-go at 0.1.0-alpha
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.
2018-07-03 20:40:52 +01:00