GNU bug report logs - #67365
[PATCH core-updates] gnu: gitless: fix definition.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Date: Wed, 22 Nov 2023 11:02:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: 67365 <at> debbugs.gnu.org
Subject: [bug#67365] [PATCH core-updates] gnu: gitless: fix definition.
Date: Wed, 22 Nov 2023 19:00:17 +0800
gnu/packages/version-control.scm(gitless)[arguments] move #~ to #:phases,
disable test.

Change-Id: Ibe3cdbd24fc0b27a15a880a2a45cb0cd8cfde84d
---
 gnu/packages/version-control.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c366a41342..b687d184c2 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -50,6 +50,7 @@
 ;;; Copyright © 2023 Nicolas Graves <ngraves <at> ngraves.fr>
 ;;; Copyright © 2023 Bruno Victal <mirai <at> makinata.eu>
 ;;; Copyright © 2023 Kjartan Oli Agustsson <kjartanoli <at> disroot.org>
+;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -776,9 +777,10 @@ (define-public gitless
        (file-name (git-file-name name version))))
     (build-system python-build-system)
     (arguments
-     #~(list
-        #:phases
-        (modify-phases %standard-phases
+     (list
+      #:tests? #f ;; FIXME: fix test
+      #:phases
+      #~(modify-phases %standard-phases
           (add-before 'build 'loosen-requirements
             (lambda _
               (substitute* "setup.py"

base-commit: 1bca46690c6240310befc6208fb24a044bd4b437
-- 
2.41.0





This bug report was last modified 1 year and 211 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.