[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: thefuck: Fix execution.
From: |
Eric Bavier |
Subject: |
01/02: gnu: thefuck: Fix execution. |
Date: |
Fri, 3 Feb 2017 02:38:14 +0000 (UTC) |
bavier pushed a commit to branch master
in repository guix.
commit 2d1ac1d1b0ebdd884eb19b4aea2b5e4e9223a698
Author: Eric Bavier <address@hidden>
Date: Wed Feb 1 20:19:37 2017 -0600
gnu: thefuck: Fix execution.
Follow-up to 4a6b2a21bf36a6d0170d7568073f0a03ef3004f3
* gnu/packages/admin.scm (thefuck): Fix 'inputs' -> 'native-inputs'.
---
gnu/packages/admin.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 96aecec..be03f64 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1712,7 +1712,7 @@ throughput (in the same interval).")
("python-decorator" ,python-decorator)
("python-psutil" ,python-psutil)
("python-six" ,python-six)))
- (inputs
+ (native-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)))