Use buildFlags in buildGoPackage instead of makeFlags

This commit is contained in:
Luca Bruno 2015-02-05 13:13:14 +01:00
parent e6e4c867e5
commit 4ce497e74f
2 changed files with 2 additions and 2 deletions

View file

@ -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";

View file

@ -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