This commit was made by running this command:
sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm
… and then reverting individual hunks where the change would trigger unbound
variable warnings or other issues (such as ‘native-inputs’ is bound in the
body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined
just above).
Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
* gnu/packages/power.scm: (tuned-minimal): New variable.
(tuned): New variable.
Change-Id: I1445972cce6edbb6c256874cc45dae92c9a84595
Co-authored-by: Nguyễn Gia Phong <cnx@loang.net>
This module re-exports other modules, and this causes "guix pull" to break.
This was diagnosed on IRC by dariqq and ieure.
This is a follow-up to commit f302e6bc1a.
* gnu/packages/power.scm: Remove import of (gnu).
Change-Id: I56925b48fa0d3f713ee63dac4f838fcbddf4710e