GNU bug report logs - #26840
[PATCH 2/3] gnu: go-1.4: Add missing module imports.

Previous Next

Package: guix-patches;

Reported by: Sergei Trofimovich <slyfox <at> inbox.ru>

Date: Mon, 8 May 2017 19:57:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sergei Trofimovich <slyfox <at> inbox.ru>
To: 26840 <at> debbugs.gnu.org
Cc: Sergei Trofimovich <slyfox <at> inbox.ru>
Subject: bug#26840: [PATCH 2/3] gnu: go-1.4: Add missing module imports.
Date: Mon,  8 May 2017 20:55:48 +0100
* gnu/packages/golang.scm (go-1.4): Add missing modules to
  %modify-phases call: srfi-1
---
 gnu/packages/golang.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 00630ce06..d19aa65af 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -62,7 +62,8 @@
     (arguments
      `(#:modules ((ice-9 match)
                   (guix build gnu-build-system)
-                  (guix build utils))
+                  (guix build utils)
+                  (srfi srfi-1))
        #:tests? #f ; Tests are run by the all.bash script.
        #:phases
        (modify-phases %standard-phases
-- 
2.12.2





This bug report was last modified 8 years and 14 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.