mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
8f31575ad1
commit
bae13578f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue