guix-commits
[Top][All Lists]
Advanced

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

49/104: gnu: thefuck: Fix build.


From: Hartmut Goebel
Subject: 49/104: gnu: thefuck: Fix build.
Date: Tue, 15 Nov 2016 21:37:03 +0000 (UTC)

htgoebel pushed a commit to branch python-build-system
in repository guix.

commit 48160559a1a443f8d3024376ab79a925b25ebc42
Author: Hartmut Goebel <address@hidden>
Date:   Mon Oct 10 11:13:36 2016 +0200

    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.
---
 gnu/packages/admin.scm |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index ee07b3b..f1c283c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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



reply via email to

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