mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: python-urwidtrees: Don't use setuptools.
* gnu/packages/python-xyz.scm (python-urwidtrees)[arguments]: Build without setuptools.
This commit is contained in:
parent
c83640728c
commit
26bb7fc627
1 changed files with 2 additions and 1 deletions
|
@ -5632,7 +5632,8 @@ features useful for text console applications.")
|
|||
"1n1kpidvkdnsqyb82vlvk78gmly96kh8351lqxn2pzgwwns6fml2"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; no tests
|
||||
'(#:use-setuptools? #f
|
||||
#:tests? #f)) ; no tests
|
||||
(propagated-inputs `(("python-urwid" ,python-urwid)))
|
||||
(home-page "https://github.com/pazz/urwidtrees")
|
||||
(synopsis "Tree widgets for urwid")
|
||||
|
|
Loading…
Reference in a new issue