3
0
Fork 0
forked from mirrors/nixpkgs

ngrok: fix build

This commit is contained in:
Luca Bruno 2015-09-01 11:59:01 +02:00
parent 81e47bce00
commit 24ae56e7fe

View file

@ -25,7 +25,7 @@ buildGoPackage rec {
'';
buildInputs = [ git log4go websocket go-vhost mousetrap termbox-go rcrowley.go-metrics
yaml-v1 go-bindata go-update binarydist osext ];
yaml-v1 go-bindata.bin go-update binarydist osext ];
buildFlags = "-tags release";