mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Fix merge mistakes.
* gnu/packages/chez.scm (chez-scheme)[native-inputs]: Use correct texlive implementation. * gnu/packages/music.scm (python-abjad)[native-inputs], * gnu/packages/python-check.scm (python-pytest-helpers-namespace) [native-inputs]: Use correct variable for python-pytest.
This commit is contained in:
parent
71572e28b2
commit
c9a61dff82
3 changed files with 4 additions and 4 deletions
|
@ -396,7 +396,7 @@ sub-package.")
|
|||
(add-installed-pythonpath inputs outputs)
|
||||
(invoke "pytest" "-vv"))))))
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest-6)
|
||||
`(("python-pytest" ,python-pytest)
|
||||
("python-setuptools" ,python-setuptools) ; needs setuptools >= 50.3.2
|
||||
("python-setuptools-scm" ,python-setuptools-scm)
|
||||
("python-setuptools-declarative-requirements"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue