diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/web.scm | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 7215dcbed1..24141b5ecf 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) | 
