mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01: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 @@ (define-public compdb
|
|||
(sha256
|
||||
(base32 "0f4x0gm5n1mr87dx3gzn5da16a1qhd2y3kz22dl5xsd9pd720l4w"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(propagated-inputs (list python-configparser))
|
||||
(home-page "https://github.com/Sarcasm/compdb")
|
||||
(synopsis "Compilation database Swiss army knife")
|
||||
|
|
Loading…
Reference in a new issue