~ruther/guix-local

bba6bbba03006fe47eea8254a69dd0f824e91b6f — Sergei Trofimovich 9 years ago 7cfc200
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 <dannym@scratchpost.org>
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/web.scm
M gnu/packages/web.scm => gnu/packages/web.scm +4 -1
@@ 832,7 832,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)