gnu: tlp: Fix runtime error.

* gnu/packages/linux.scm (tlp)[arguments]<#:phases>: Also modify "bat.d"
location, to prevent "/usr/share/tlp/bat.d/[0-9][0-9]*[a-z]: No such file or
directory" error.
This commit is contained in:
Alex Devaure 2021-10-08 18:43:39 +02:00 committed by Nicolas Goaziou
parent c1e1aa39d6
commit e7b899008c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6770,6 +6770,7 @@ (define-public tlp
(setenv "TLP_NO_INIT" "1")
(setenv "TLP_NO_PMUTILS" "1")
(setenv "TLP_SBIN" (string-append out "/bin"))
(setenv "TLP_BATD" (string-append out "/share/tlp/bat.d"))
(setenv "TLP_BIN" (string-append out "/bin"))
(setenv "TLP_TLIB" (string-append out "/share/tlp"))
(setenv "TLP_FLIB" (string-append out "/share/tlp/func.d"))