From c5d2976f88cc2ccf82990fb9dbfb4dba72d9090c Mon Sep 17 00:00:00 2001 From: Vincent Composieux Date: Tue, 19 Nov 2019 13:07:07 +0100 Subject: [PATCH] Added go dependance on monday formula --- Formula/monday.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/monday.rb b/Formula/monday.rb index c8ac923..a0902e4 100644 --- a/Formula/monday.rb +++ b/Formula/monday.rb @@ -6,6 +6,8 @@ class Monday < Formula :revision => "f42ef002bec2bd02c53d564857a22dba6ff3bbb4" head "https://github.com/eko/monday.git" + depends_on "go" => :build + def install ENV["GOPATH"] = buildpath dir = buildpath/"src/github.com/eko/monday"