[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/97: gnu: thefuck: Fix build.
From: |
Hartmut Goebel |
Subject: |
50/97: gnu: thefuck: Fix build. |
Date: |
Tue, 18 Oct 2016 20:13:19 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit 03b6335595bafbe2f443509feb5aafa350c45c99
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 325c2df..82281d0 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1695,6 +1695,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
- 41/97: gnu: python-zope-schema: Add missing inputs., (continued)
- 41/97: gnu: python-zope-schema: Add missing inputs., Hartmut Goebel, 2016/10/18
- 49/97: gnu: vdirsyncer: Fix build by setting correct PYTHONPATH., Hartmut Goebel, 2016/10/18
- 27/97: some inputs -> propagated-inputs, Hartmut Goebel, 2016/10/18
- 52/97: gnu: python-pandas: Fix build., Hartmut Goebel, 2016/10/18
- 56/97: gnu: python-setuptools: remove pre-built binaries from source., Hartmut Goebel, 2016/10/18
- 53/97: gnu: python-scripttest: Correct inputs., Hartmut Goebel, 2016/10/18
- 38/97: gnu: python-singledispatch: correct inputs., Hartmut Goebel, 2016/10/18
- 42/97: gnu: python-zope-testing: Remove needless input., Hartmut Goebel, 2016/10/18
- 44/97: gnu: python-fonttools: Remove intervening directory in site-packges., Hartmut Goebel, 2016/10/18
- 43/97: gnu: python2-pysnptools: Correct inputs., Hartmut Goebel, 2016/10/18
- 50/97: gnu: thefuck: Fix build.,
Hartmut Goebel <=
- 45/97: gnu: python-numpy-bootstrap, python-numpy: Fix build., Hartmut Goebel, 2016/10/18
- 54/97: gnu: python-subunit, python-testrepository: Fix inputs, Hartmut Goebel, 2016/10/18
- 58/97: gnu: pytest-mock: remove needless propagated input "python-py"., Hartmut Goebel, 2016/10/18
- 67/97: python-blinker: No longer disable tests., Hartmut Goebel, 2016/10/18
- 65/97: gnu: python-joblib: Add comment., Hartmut Goebel, 2016/10/18
- 69/97: gnu: python2-scikit-image: Remove needless propagated-input., Hartmut Goebel, 2016/10/18
- 73/97: gnu: Add python-rst.linker, python2-rst.linker., Hartmut Goebel, 2016/10/18
- 77/97: python-zope-location: Correct inputs., Hartmut Goebel, 2016/10/18
- 75/97: Add TODO comments., Hartmut Goebel, 2016/10/18
- 76/97: zope.interface: Correct inputs., Hartmut Goebel, 2016/10/18