From 85750427032af6974957a2d470ec230490ab1748 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 31 Aug 2022 08:57:06 +0200 Subject: gnu: serf: Build with the default scons. * gnu/packages/web.scm (serf)[arguments]: Remove #:scons. --- gnu/packages/web.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index cec2b1a0a7..445c33d01f 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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")) -- cgit v1.2.3