diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-12-24 00:43:20 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-12-24 00:45:46 +0100 |
commit | bae13578f7b03735c1cfcd1addb31a05fa413c44 (patch) | |
tree | 44c1662ebb9687b44e6f83f135aa74e8cf3173ed | |
parent | 8f31575ad13e01206c130e43495c6cc5c755de61 (diff) |
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'.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |