GNU bug report logs - #26808
[PATCH] serf: add missing '#:modules' imports

Previous Next

Package: guix-patches;

Reported by: Sergei Trofimovich <slyfox <at> inbox.ru>

Date: Sat, 6 May 2017 22:25:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sergei Trofimovich <slyfox <at> inbox.ru>
To: 26808 <at> debbugs.gnu.org
Cc: Sergei Trofimovich <slyfox <at> inbox.ru>
Subject: bug#26808: [PATCH] serf: add missing '#:modules' imports
Date: Sat,  6 May 2017 23:24:08 +0100
Notced as a 'serf' build failure:

/gnu/store/...-serf-1.3.8-guile-builder:1:2956: source expression failed
to match any pattern in form (%modify-phases phases* (delete (quote configure)))

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

Signed-off-by: Sergei Trofimovich <slyfox <at> inbox.ru>
---
 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 7215dcbed..24141b5ec 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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)
-- 
2.12.2





This bug report was last modified 8 years and 53 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.