guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: go-1.4: Add missing '#:modules' imports.


From: Danny Milosavljevic
Subject: 02/03: gnu: go-1.4: Add missing '#:modules' imports.
Date: Tue, 9 May 2017 11:52:46 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 1d698a8ba6b3e21d4975f9c14f1a10ce7e9d9ea4
Author: Sergei Trofimovich <address@hidden>
Date:   Mon May 8 20:55:48 2017 +0100

    gnu: go-1.4: Add missing '#:modules' imports.
    
    Fixes <https://bugs.gnu.org/26840>.
    
    * gnu/packages/golang.scm (go-1.4): Add missing '#:modules' imports.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 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 90a809e..13c5529 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -63,7 +63,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]