gnu: thefuck: Fix execution.
authorEric Bavier <bavier@member.fsf.org>
Thu, 2 Feb 2017 02:19:37 +0000 (20:19 -0600)
committerEric Bavier <bavier@member.fsf.org>
Fri, 3 Feb 2017 02:32:53 +0000 (20:32 -0600)
Follow-up to 4a6b2a21bf36a6d0170d7568073f0a03ef3004f3

* gnu/packages/admin.scm (thefuck): Fix 'inputs' -> 'native-inputs'.

gnu/packages/admin.scm

index 96aecec..be03f64 100644 (file)
@@ -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)))