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:
Zheng Junjie 2024-12-28 12:59:57 +08:00
parent bdcafd6f9f
commit fb21b31610
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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")