From ff7888be981ad687c0d420503733cf98d22c5e33 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Wed, 13 Apr 2016 12:28:57 +0200 Subject: [PATCH] go-ipfs: broken package github.com/ipfs/go-ipfs/cmd/ipfs: exec: "git": executable file not found in $PATH Should mark it unbroken in #4028 --- srcpkgs/go-ipfs/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template index 17829774aa3..e83bd897a0a 100644 --- a/srcpkgs/go-ipfs/template +++ b/srcpkgs/go-ipfs/template @@ -11,6 +11,7 @@ license="MIT" homepage="https://ipfs.io" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" checksum=1806fea22ccee0c8005fffdd6391531c8df44f23571b3e9539f6fa3a0d4efb01 +broken=yes do_build() { GO15VENDOREXPERIMENT=0 go get -x ${go_package}