[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/16: gnu: b4: Fix build failure.
From: |
guix-commits |
Subject: |
13/16: gnu: b4: Fix build failure. |
Date: |
Thu, 3 Feb 2022 17:44:59 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 16701a3c1dfefabe12770b064be293425964117f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Feb 3 19:29:35 2022 +0100
gnu: b4: Fix build failure.
* gnu/packages/version-control.scm (b4)[arguments]: Delete sanity-check
phase.
---
gnu/packages/version-control.scm | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index e0bac5399a..c29de9cf2a 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -15,7 +15,7 @@
;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com>
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2017, 2020 EuAndreh <eu@euandre.org>
-;;; Copyright © 2017, 2018, 2020 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2017, 2018, 2020, 2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
;;; Copyright © 2017, 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org>
@@ -63,6 +63,7 @@
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix utils)
#:use-module (guix packages)
+ #:use-module (guix gexp)
#:use-module (guix download)
#:use-module (guix git-download)
#:use-module (guix hg-download)
@@ -2572,7 +2573,14 @@ based on a manifest file published by servers.")
(("~=") ">="))
#t))))
(build-system python-build-system)
- (arguments '(#:tests? #f)) ; No tests.
+ (arguments
+ (list #:tests? #f ;no tests
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; XXX: dnspython attempts to read /etc/resolv.conf when loading
+ ;; resolver.py, which breaks the sanity check in dependent
+ ;; packages. This should rather be fixed in dnspython.
+ (delete 'sanity-check))))
(inputs
(list python-dkimpy python-dnspython python-requests))
(home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git")
- 01/16: gnu: LLVM: Add release-monitoring-url., (continued)
- 01/16: gnu: LLVM: Add release-monitoring-url., guix-commits, 2022/02/03
- 07/16: gnu: python-django@2: Update to 2.2.27 [fixes CVE-2022-22818, CVE-2022-23833]., guix-commits, 2022/02/03
- 08/16: gnu: pegtl: Update to 3.2.2., guix-commits, 2022/02/03
- 05/16: gnu: python-django: Update to 4.0.2 [fixes CVE-2022-22818, CVE-2022-23833]., guix-commits, 2022/02/03
- 10/16: gnu: usbguard: Remove input labels., guix-commits, 2022/02/03
- 03/16: gnu: python-can: Update to 3.3.4., guix-commits, 2022/02/03
- 09/16: gnu: usbguard: Update to 1.0.0-55-g466f1f0., guix-commits, 2022/02/03
- 11/16: gnu: python-libsass: Fix build., guix-commits, 2022/02/03
- 14/16: gnu: Add perl-date-range., guix-commits, 2022/02/03
- 15/16: gnu: python-translate-toolkit: Disable sanity check., guix-commits, 2022/02/03
- 13/16: gnu: b4: Fix build failure.,
guix-commits <=
- 16/16: gnu: strongswan: Build with libsoup@2., guix-commits, 2022/02/03
- 12/16: gnu: python-libsass: Remove label usage., guix-commits, 2022/02/03