[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/145: gnu: libproxy: Remove target condition from check phase.
From: |
guix-commits |
Subject: |
25/145: gnu: libproxy: Remove target condition from check phase. |
Date: |
Mon, 10 Jan 2022 11:44:03 -0500 (EST) |
apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit 45747f7a4333d165ce0d7ed9d36fe3160e849731
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Dec 17 16:19:32 2021 -0500
gnu: libproxy: Remove target condition from check phase.
* gnu/packages/networking.scm (libproxy)[phases]{check}: Remove target
condition.
---
gnu/packages/networking.scm | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index bd9050583d..2dbdc7d9b5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2247,13 +2247,9 @@ sockets in Perl.")
`(#:phases
(modify-phases %standard-phases
(replace 'check
- ;; TODO(core-updates): Make this unconditional.
- ,(if (%current-target-system)
- '(lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "ctest" "-E" "url-test")))
- '(lambda _
- (invoke "ctest" "-E" "url-test")))))))
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "ctest" "-E" "url-test")))))))
(synopsis "Library providing automatic proxy configuration management")
(description "Libproxy handles the details of HTTP/HTTPS proxy
configuration for applications across all scenarios. Applications using
- 32/145: gnu: gnupg: Update to 2.2.32., (continued)
- 32/145: gnu: gnupg: Update to 2.2.32., guix-commits, 2022/01/10
- 20/145: gnu: mozjs-60: Use quasiquote, addressing TODO., guix-commits, 2022/01/10
- 33/145: gnu: util-linux: Update to 2.37.2., guix-commits, 2022/01/10
- 34/145: gnu: eudev: Update to 3.2.11., guix-commits, 2022/01/10
- 36/145: gnu: libpcap: Update to 2.62., guix-commits, 2022/01/10
- 39/145: gnu: rust-1.39: Update mrustc to commit c70665., guix-commits, 2022/01/10
- 42/145: gnu: python-gnupg: Update to 0.4.8., guix-commits, 2022/01/10
- 02/145: gnu: libx11: Update to 1.7.3.1., guix-commits, 2022/01/10
- 08/145: gnu: python-flit-core: Update to 3.5.1., guix-commits, 2022/01/10
- 23/145: gnu: heimdal: Unify phases, addressing TODO., guix-commits, 2022/01/10
- 25/145: gnu: libproxy: Remove target condition from check phase.,
guix-commits <=
- 15/145: gnu: isc-dhcp: Address TODOs., guix-commits, 2022/01/10
- 17/145: guix: lint: Fix comment per TODO., guix-commits, 2022/01/10
- 28/145: gnu: help2man: Update to 1.48.5., guix-commits, 2022/01/10
- 43/145: gnu: epiphany: Update to 41.2., guix-commits, 2022/01/10
- 40/145: gnu: gnome-backgrounds: Update to 41.0., guix-commits, 2022/01/10
- 44/145: gnu: wayland: Add python to native inputs., guix-commits, 2022/01/10
- 45/145: gnu: wayland-protocols: Add python to native inputs., guix-commits, 2022/01/10
- 49/145: gnu: pangomm: Add python to native inputs., guix-commits, 2022/01/10
- 59/145: gnu: python-curio: Disable newly failing 'test_timeout' test., guix-commits, 2022/01/10
- 52/145: gnu: gtkmm: Add python to native inputs., guix-commits, 2022/01/10