~ruther/guix-local

48160559a1a443f8d3024376ab79a925b25ebc42 — Hartmut Goebel 9 years ago a08a835
gnu: thefuck: Fix build.

Requires setuptools >= 17.1 due to some features used, while our
python currently only includes 12.0.

* gnu/packages/admin.scm (thefuck): Add setuptools to native-inputs.
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +4 -0
@@ 1701,6 1701,10 @@ throughput (in the same interval).")
       ("python-decorator" ,python-decorator)
       ("python-psutil" ,python-psutil)
       ("python-six" ,python-six)))
    (inputs
     ;; Requires setuptools >= 17.1 due to some features used, while our
     ;; python currently only includes 12.0. TODO: Remove this input.
     `(("python-setuptools" ,python-setuptools)))
    (home-page "https://github.com/nvbn/thefuck")
    (synopsis "Correct mistyped console command")
    (description