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 <dannym@scratchpost.org>
master
Sergei Trofimovich 2017-05-08 20:55:48 +01:00 committed by Danny Milosavljevic
parent 3369de907a
commit 1d698a8ba6
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 1 deletions

View File

@ -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