[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"))
- branch core-updates updated (8ea970a945 -> 5fcbbe37c0), guix-commits, 2022/09/09
- 01/27: gnu: QPDF: Fix build with grep 3.8., guix-commits, 2022/09/09
- 02/27: gnu: inkscape: Fix build with Poppler 22.9.0., guix-commits, 2022/09/09
- 09/27: gnu: python-exceptiongroup: Disable tests., guix-commits, 2022/09/09
- 10/27: gnu: python-hypothesis: Update to 6.54.5., guix-commits, 2022/09/09
- 13/27: gnu: python-coverage: Update to 6.4.3., guix-commits, 2022/09/09
- 12/27: gnu: python-pytest: Use G-expression., guix-commits, 2022/09/09
- 03/27: gnu: gjs: Update to 1.73.2., guix-commits, 2022/09/09
- 04/27: gnu: serf: Build with the default scons.,
guix-commits <=
- 18/27: gnu: Remove python-pytest-forked-next., guix-commits, 2022/09/09
- 21/27: gnu: python-pytest-mock: Update to 3.8.2., guix-commits, 2022/09/09
- 07/27: gnu: python-pytest: Update to 7.1.3., guix-commits, 2022/09/09
- 16/27: gnu: python-pytest-xdist: Add extra test input, don't propagate pytest., guix-commits, 2022/09/09
- 17/27: gnu: Remove python-pytest-xdist-next., guix-commits, 2022/09/09
- 25/27: gnu: SQLite: Update to 3.39.3., guix-commits, 2022/09/09
- 19/27: gnu: python-fonttools: Update to 4.37.1., guix-commits, 2022/09/09
- 20/27: gnu: python-parameterized: Update to 0.8.1., guix-commits, 2022/09/09
- 08/27: gnu: python-distlib: Update to 0.3.5., guix-commits, 2022/09/09
- 06/27: gnu: python-pytest: Remove input labels., guix-commits, 2022/09/09