From 7199f558e815aa464a95ecceccd84f0d9cdfe45e Mon Sep 17 00:00:00 2001 From: Rob Wilson Date: Sat, 20 Feb 2016 10:42:26 +0000 Subject: [PATCH] build requires (at least) stringer - add package which contains missing dependency --- misc/make-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/make-deps.sh b/misc/make-deps.sh index 0cd319b5..958bc472 100755 --- a/misc/make-deps.sh +++ b/misc/make-deps.sh @@ -19,7 +19,7 @@ if [ $travis -eq 0 ]; then fi if [ ! -z "$APT" ]; then - sudo $APT install -y golang mercurial + sudo $APT install -y golang golang-golang-x-tools mercurial fi fi