summaryrefslogtreecommitdiff
path: root/gnu/packages/power.scm
AgeCommit message (Collapse)Author
2026-03-20gnu: Reference the inherited inputs values.Ludovic Courtès
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
2026-03-09gnu: tuned-minimal: Update to 2.27.0.Giacomo Leidi
* gnu/packages/power.scm (tuned-minimal): Update to 2.27.0. (tuned): Update to 2.27.0. Change-Id: I2e66232ba8fe4c05bd71061cbf40aa687ce8db99
2026-03-07gnu: Add tuned.Giacomo Leidi
* gnu/packages/power.scm: (tuned-minimal): New variable. (tuned): New variable. Change-Id: I1445972cce6edbb6c256874cc45dae92c9a84595 Co-authored-by: Nguyễn Gia Phong <cnx@loang.net>
2025-09-25gnu: python-docutils: Update to 0.21.2.Sharlatan Hellseher
This change updates python-docutils to the latests version and pins some older packages on 0.19 to resolve build documentation issue which uses rst2man. * gnu/packages/python-xyz.scm (python-docutils): Update to 0.21.2. [build-system]: Use pyproject. [arguments] <phases>: Do not overwrite 'check use {#:test-backend} and {#:test-flags}. [native-inputs]: Add python-flit-core. (python-docutils-0.16)[native-inputs]: Add python-wheel. (python-docutils-0.19): New variable. * gnu/packages/diffoscope.scm (trydiffoscope) [native-inputs]: Remove python-docutils; add python-docutils-0.19. * gnu/packages/gtk.scm (gtk): Likewise. * gnu/packages/linux.scm (rdma-core): Likewise. * gnu/packages/power.scm (apcupsd): Likewise. * gnu/packages/version-control.scm (cgit): Likewise. * gnu/packages/virtualization.scm (ganeti)) Likewise. Change-Id: If58b9b12732347245e66e3c2cb5e67b0a8450913
2025-03-11Add missing license file headers.Tomas Volf
* gnu/packages/power.scm: Add the license file header. * gnu/services/power.scm: Same. Change-Id: I64a8d74a569797739735b9f08ecffa845219822c Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2025-02-22gnu: Remove import of (gnu) module.Ricardo Wurmus
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 f302e6bc1a2d42ef3a2088b6c2e82a36ff03cd05. * gnu/packages/power.scm: Remove import of (gnu). Change-Id: I56925b48fa0d3f713ee63dac4f838fcbddf4710e
2025-02-22gnu: Add apcupsd.Tomas Volf
* gnu/packages/power.scm (apcupsd): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Register the new file. Co-authored-by: Raven Hallsby <karl@hallsby.com> Change-Id: I5366f6deea111a6a9ea56648122cdc8b3297f08c Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>