mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: compdb: Fix build.
* gnu/packages/build-tools.scm (compdb): Fix build. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia8c94131dc0141c721de756f85b736ae5c1d123f
This commit is contained in:
parent
bdcafd6f9f
commit
fb21b31610
1 changed files with 1 additions and 0 deletions
|
@ -657,6 +657,7 @@ be reached via direct API calls.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0f4x0gm5n1mr87dx3gzn5da16a1qhd2y3kz22dl5xsd9pd720l4w"))))
|
(base32 "0f4x0gm5n1mr87dx3gzn5da16a1qhd2y3kz22dl5xsd9pd720l4w"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
(propagated-inputs (list python-configparser))
|
(propagated-inputs (list python-configparser))
|
||||||
(home-page "https://github.com/Sarcasm/compdb")
|
(home-page "https://github.com/Sarcasm/compdb")
|
||||||
(synopsis "Compilation database Swiss army knife")
|
(synopsis "Compilation database Swiss army knife")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue