guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: wxPython: Remove useless inputs.


From: Hartmut Goebel
Subject: 02/06: gnu: wxPython: Remove useless inputs.
Date: Tue, 29 Nov 2016 18:06:58 +0000 (UTC)

htgoebel pushed a commit to branch master
in repository guix.

commit 388606a72b5690aa6af64941a642884e45ee471d
Author: Hartmut Goebel <address@hidden>
Date:   Tue Nov 29 18:08:36 2016 +0100

    gnu: wxPython: Remove useless inputs.
    
    * gnu/packages/wxwidgets.scm (python2-wxpython) [native-inputs]: Remove
      setuptools, which is already included in python.
---
 gnu/packages/wxwidgets.scm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm
index a65c969..5285037 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]