mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-itanium-demangler: Add missing inputs.
* gnu/packages/python-xyz.scm (python-itanium-demangler)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ibef12317a488fa810adc49b7abd86c110648c14a
This commit is contained in:
parent
a59266cfb9
commit
88d6a1d154
1 changed files with 1 additions and 0 deletions
|
@ -36068,6 +36068,7 @@ interactions with lists of Python objects.")
|
|||
(when tests?
|
||||
(with-directory-excursion "tests"
|
||||
(invoke "python" "-m" "unittest"))))))))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/whitequark/python-itanium_demangler/")
|
||||
(synopsis "Pure Python Itanium C++ ABI demangler")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue