Use buildFlags in buildGoPackage instead of makeFlags
This commit is contained in:
parent
e6e4c867e5
commit
4ce497e74f
@ -16,7 +16,7 @@ buildGoPackage rec {
|
||||
|
||||
buildInputs = [ trousers net crypto protobuf ed25519 ];
|
||||
|
||||
makeFlags = "--tags nogui";
|
||||
buildFlags = "--tags nogui";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Forward secure, asynchronous messaging for the discerning";
|
||||
|
@ -27,7 +27,7 @@ buildGoPackage rec {
|
||||
buildInputs = [ git log4go websocket go-vhost mousetrap termbox-go rcrowley.go-metrics
|
||||
yaml-v1 go-bindata go-update binarydist osext ];
|
||||
|
||||
makeFlags = "-tags release";
|
||||
buildFlags = "-tags release";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Reverse proxy that creates a secure tunnel between from a public endpoint t
|
||||
|
Loading…
Reference in New Issue
Block a user