mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: thefuck: Fix execution.
Follow-up to 4a6b2a21bf
* gnu/packages/admin.scm (thefuck): Fix 'inputs' -> 'native-inputs'.
This commit is contained in:
parent
d2a5e6982d
commit
2d1ac1d1b0
1 changed files with 1 additions and 1 deletions
|
@ -1712,7 +1712,7 @@ throughput (in the same interval).")
|
||||||
("python-decorator" ,python-decorator)
|
("python-decorator" ,python-decorator)
|
||||||
("python-psutil" ,python-psutil)
|
("python-psutil" ,python-psutil)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
(inputs
|
(native-inputs
|
||||||
;; Requires setuptools >= 17.1 due to some features used, while our
|
;; Requires setuptools >= 17.1 due to some features used, while our
|
||||||
;; python currently only includes 12.0. TODO: Remove this input.
|
;; python currently only includes 12.0. TODO: Remove this input.
|
||||||
`(("python-setuptools" ,python-setuptools)))
|
`(("python-setuptools" ,python-setuptools)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue