diff options
author | Eric Bavier <bavier@member.fsf.org> | 2017-02-01 20:19:37 -0600 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2017-02-02 20:32:53 -0600 |
commit | 2d1ac1d1b0ebdd884eb19b4aea2b5e4e9223a698 (patch) | |
tree | 46f9d005e4f63e24802eebfda4042e87562c6b27 | |
parent | d2a5e6982ddcbe1e5479bda62a72b3a94570855a (diff) | |
download | guix-2d1ac1d1b0ebdd884eb19b4aea2b5e4e9223a698.tar guix-2d1ac1d1b0ebdd884eb19b4aea2b5e4e9223a698.tar.gz |
gnu: thefuck: Fix execution.
Follow-up to 4a6b2a21bf36a6d0170d7568073f0a03ef3004f3
* gnu/packages/admin.scm (thefuck): Fix 'inputs' -> 'native-inputs'.
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 96aececbbf..be03f64302 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))) |