mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: tlp: Read configuration from /etc/tlp.
* gnu/packages/linux.scm (tlp): Set TLP_CONF to "/etc/tlp". Signed-off-by: Clément Lassieur <clement@lassieur.org>
This commit is contained in:
parent
4d3d3bd217
commit
32e75b4808
1 changed files with 1 additions and 1 deletions
|
@ -3491,7 +3491,7 @@ (define-public tlp
|
||||||
(setenv "TLP_BIN" (string-append out "/bin"))
|
(setenv "TLP_BIN" (string-append out "/bin"))
|
||||||
(setenv "TLP_TLIB" (string-append out "/share/tlp-pm"))
|
(setenv "TLP_TLIB" (string-append out "/share/tlp-pm"))
|
||||||
(setenv "TLP_ULIB" (string-append out "/lib/udev"))
|
(setenv "TLP_ULIB" (string-append out "/lib/udev"))
|
||||||
(setenv "TLP_CONF" (string-append out "/etc/tlp"))
|
(setenv "TLP_CONF" "/etc/tlp")
|
||||||
(setenv "TLP_SHCPL"
|
(setenv "TLP_SHCPL"
|
||||||
(string-append out "/share/bash-completion/completions"))
|
(string-append out "/share/bash-completion/completions"))
|
||||||
(setenv "TLP_MAN" (string-append out "/share/man")))))
|
(setenv "TLP_MAN" (string-append out "/share/man")))))
|
||||||
|
|
Loading…
Reference in a new issue