~ruther/guix-local

1d698a8ba6b3e21d4975f9c14f1a10ce7e9d9ea4 — Sergei Trofimovich 9 years ago 3369de9
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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/golang.scm
M gnu/packages/golang.scm => gnu/packages/golang.scm +2 -1
@@ 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