gnu: wxPython: Remove useless inputs.
* gnu/packages/wxwidgets.scm (python2-wxpython) [native-inputs]: Remove setuptools, which is already included in python.
This commit is contained in:
parent
6f1dcafd81
commit
388606a72b
|
@ -184,8 +184,7 @@ and many other languages.")
|
|||
#t)))))
|
||||
(native-inputs
|
||||
`(("mesa" ,mesa) ; for glcanvas
|
||||
("pkg-config" ,pkg-config)
|
||||
("python2-setuptools" ,python2-setuptools)))
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("gtk+" ,gtk+-2) ; for wxPython/src/helpers.cpp
|
||||
("wxwidgets" ,wxwidgets-gtk2)))
|
||||
|
|
Loading…
Reference in New Issue