mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-vdf: Fix build.
* gnu/packages/python-xyz.scm (python-vdf)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I0ca3a012a06f44ff818c63e3f5954aa92e643e39
This commit is contained in:
parent
4da08269a7
commit
6457414266
1 changed files with 2 additions and 0 deletions
|
@ -7754,6 +7754,8 @@ with Python.")
|
|||
(base32
|
||||
"1bz2gn04pl6rj2mawlzlirz1ygg4rdypq0pxbyg018873vs1jm7x"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/ValvePython/vdf")
|
||||
(synopsis "Work with Valve's VDF text format")
|
||||
(description "This package provides @code{python-vdf}, a library for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue