guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: serf: Add missing '#:modules' imports.


From: Danny Milosavljevic
Subject: 02/02: gnu: serf: Add missing '#:modules' imports.
Date: Sun, 7 May 2017 11:57:52 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 4da18166282e72680155f7fd638553027af1ed58
Author: Sergei Trofimovich <address@hidden>
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 <address@hidden>
---
 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

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