dannym pushed a commit to branch master
in repository guix.

commit 4da18166282e72680155f7fd638553027af1ed58
Author: Sergei Trofimovich <[email protected]>
Date:   Sat May 6 23:24:08 2017 +0100

    gnu: serf: Add missing '#:modules' imports.
    
    Fixes <https://bugs.gnu.org/26808>.
    
    * gnu/packages/web.scm (serf): Add missing '#:modules' imports.
    
    Signed-off-by: Danny Milosavljevic <[email protected]>
---
 gnu/packages/web.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9c2074d..19a2855 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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)

Reply via email to