guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: python-scikit-build: Depend on 'git-minimal/fixed'.


From: guix-commits
Subject: 05/07: gnu: python-scikit-build: Depend on 'git-minimal/fixed'.
Date: Fri, 23 Dec 2022 18:48:29 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit bae13578f7b03735c1cfcd1addb31a05fa413c44
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Dec 24 00:43:20 2022 +0100

    gnu: python-scikit-build: Depend on 'git-minimal/fixed'.
    
    * gnu/packages/python-xyz.scm (python-scikit-build)[native-inputs]:
    Replace 'git-minimal' with 'git-minimal/fixed'.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ee25a2d655..6b71d6872e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28550,7 +28550,7 @@ and frame grabber interface.")
     (native-inputs
      (list cmake-minimal
            gfortran
-           git-minimal
+           git-minimal/fixed                      ;for tests
            ninja
            python-coverage
            python-cython



reply via email to

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