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
1 changed files with 1 additions and 2 deletions
|
@ -184,8 +184,7 @@ and many other languages.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("mesa" ,mesa) ; for glcanvas
|
`(("mesa" ,mesa) ; for glcanvas
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)))
|
||||||
("python2-setuptools" ,python2-setuptools)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+-2) ; for wxPython/src/helpers.cpp
|
`(("gtk+" ,gtk+-2) ; for wxPython/src/helpers.cpp
|
||||||
("wxwidgets" ,wxwidgets-gtk2)))
|
("wxwidgets" ,wxwidgets-gtk2)))
|
||||||
|
|
Reference in a new issue