mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8a3e8f36e2
commit
54ff5d3373
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue