diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-29 18:08:36 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-29 18:39:15 +0100 |
commit | 388606a72b5690aa6af64941a642884e45ee471d (patch) | |
tree | fcd247aee26aa65589c820bc33e157d0d3d11aa4 /gnu/packages/wxwidgets.scm | |
parent | 6f1dcafd81940f8f78ac0d2f3adad3d339828765 (diff) | |
download | guix-388606a72b5690aa6af64941a642884e45ee471d.tar guix-388606a72b5690aa6af64941a642884e45ee471d.tar.gz |
gnu: wxPython: Remove useless inputs.
* gnu/packages/wxwidgets.scm (python2-wxpython) [native-inputs]: Remove
setuptools, which is already included in python.
Diffstat (limited to 'gnu/packages/wxwidgets.scm')
-rw-r--r-- | gnu/packages/wxwidgets.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm index a65c969e5c..5285037ffe 100644 --- a/gnu/packages/wxwidgets.scm +++ b/gnu/packages/wxwidgets.scm @@ -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))) |