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'.
This commit is contained in:
Ludovic Courtès 2022-12-24 00:43:20 +01:00
parent 8f31575ad1
commit bae13578f7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -28550,7 +28550,7 @@ (define-public python-scikit-build
(native-inputs
(list cmake-minimal
gfortran
git-minimal
git-minimal/fixed ;for tests
ninja
python-coverage
python-cython