gnu: serf: Add missing '#:modules' imports.
authorSergei Trofimovich <slyfox@inbox.ru>
Sat, 6 May 2017 22:24:08 +0000 (23:24 +0100)
committerDanny Milosavljevic <dannym@scratchpost.org>
Sun, 7 May 2017 15:35:33 +0000 (17:35 +0200)
Fixes <https://bugs.gnu.org/26808>.

* gnu/packages/web.scm (serf): Add missing '#:modules' imports.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
gnu/packages/web.scm

index 9c2074d..19a2855 100644 (file)
@@ -829,7 +829,10 @@ from streaming URLs.  It is a command-line wrapper for the libquvi library.")
        ;;("gss" ,gss)
        ("zlib" ,zlib)))
     (arguments
-     `(#:phases
+     `(#:modules ((guix build gnu-build-system)
+                  (guix build utils)
+                  (srfi srfi-1))
+       #:phases
        ;; TODO: Add scons-build-system and use it here.
        (modify-phases %standard-phases
          (delete 'configure)