mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: compdb: Fix tests.
* gnu/packages/build-tools.scm (compdb)[arguments] <test-backend>: Use 'unittest. [native-inputs]: Remove python-wheel. Change-Id: I0d152fe38b648287b1a2470f1c88ee3a29034b41 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
dadedd0ada
commit
d10e50b858
1 changed files with 4 additions and 1 deletions
|
@ -768,7 +768,10 @@ 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))
|
(arguments
|
||||||
|
(list
|
||||||
|
#:test-backend ''unittest))
|
||||||
|
(native-inputs (list python-setuptools))
|
||||||
(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