From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: Is anybody working on a go build system in guix? Date: Fri, 26 Feb 2016 15:59:49 -0500 Message-ID: References: <2019146fd9825fb890cc846c652252fa@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZPUN-0000Jx-5c for guix-devel@gnu.org; Fri, 26 Feb 2016 15:59:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZPUM-0002yT-Ep for guix-devel@gnu.org; Fri, 26 Feb 2016 15:59:51 -0500 Received: from mail-yw0-x230.google.com ([2607:f8b0:4002:c05::230]:35489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZPUM-0002yP-8A for guix-devel@gnu.org; Fri, 26 Feb 2016 15:59:50 -0500 Received: by mail-yw0-x230.google.com with SMTP id g127so79003127ywf.2 for ; Fri, 26 Feb 2016 12:59:49 -0800 (PST) In-Reply-To: <2019146fd9825fb890cc846c652252fa@riseup.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: swedebugia@riseup.net Cc: guix-devel On Fri, Feb 26, 2016 at 2:31 PM, wrote: > I have lately looked closer at IPFS and I would like to compile and run it > on GuixSD but don't know how to succeed without a build system. We would need a Go toolchain first. I recall at least two people trying to package Go but no patches have shown up here. Seems it's not a straightforward process. - Dave