gnu: serf: Build with the default scons.
* gnu/packages/web.scm (serf)[arguments]: Remove #:scons.
This commit is contained in:
parent
3767f17b00
commit
8575042703
1 changed files with 1 additions and 2 deletions
|
@ -1954,8 +1954,7 @@ from streaming URLs. It is a command-line wrapper for the libquvi library.")
|
|||
;;("gss" ,gss)
|
||||
zlib))
|
||||
(arguments
|
||||
`(#:scons ,scons-3 ;TODO: remove in the next rebuild cycle
|
||||
#:scons-flags (list (string-append "APR=" (assoc-ref %build-inputs "apr"))
|
||||
`(#:scons-flags (list (string-append "APR=" (assoc-ref %build-inputs "apr"))
|
||||
(string-append "APU=" (assoc-ref %build-inputs "apr-util"))
|
||||
(string-append "OPENSSL=" (assoc-ref %build-inputs "openssl"))
|
||||
;; (string-append "GSSAPI=" (assoc-ref %build-inputs "gss"))
|
||||
|
|
Reference in a new issue