mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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>
This commit is contained in:
parent
7a4a64e99e
commit
4da1816628
1 changed files with 4 additions and 1 deletions
|
@ -829,7 +829,10 @@ (define-public serf
|
||||||
;;("gss" ,gss)
|
;;("gss" ,gss)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:modules ((guix build gnu-build-system)
|
||||||
|
(guix build utils)
|
||||||
|
(srfi srfi-1))
|
||||||
|
#:phases
|
||||||
;; TODO: Add scons-build-system and use it here.
|
;; TODO: Add scons-build-system and use it here.
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
|
|
Loading…
Reference in a new issue