gnu: tlp: Read config files from /etc.

* gnu/packages/linux.scm (tlp)[arguments]<#:make-flags>: Set TLP_CONFUSR, TLP_CONFDIR.

Change-Id: Ie1e6e6d0d706478422f362a04b410787cdc5498f
This commit is contained in:
Danny Milosavljevic 2025-02-26 18:06:24 +01:00
parent 8a3e8f36e2
commit 54ff5d3373
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -8169,6 +8169,8 @@ interface in sysfs, which can be accomplished with the included udev rules.")
;; XXX: The full test suite is run with "checkall" but it requires
;; "checkbashisms" and "perlcritic", not yet packaged in Guix.
(list
#:make-flags
#~(list "TLP_CONFUSR=/etc/tlp.conf" "TLP_CONFDIR=/etc/tlp.d")
#:test-target "shellcheck"
#:modules '((guix build gnu-build-system)
(guix build utils)