guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/27: gnu: serf: Build with the default scons.


From: guix-commits
Subject: 04/27: gnu: serf: Build with the default scons.
Date: Fri, 9 Sep 2022 11:08:13 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 85750427032af6974957a2d470ec230490ab1748
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Aug 31 08:57:06 2022 +0200

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]