Archived
1
0
Fork 0

gnu: serf: Build with the default scons.

* gnu/packages/web.scm (serf)[arguments]: Remove #:scons.
This commit is contained in:
Marius Bakke 2022-08-31 08:57:06 +02:00
parent 3767f17b00
commit 8575042703
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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"))