me
/
guix
Archived
1
0
Fork 0

gnu: tlpui: Fix build.

* gnu/packages/linux.scm (tlpui)[arguments]: Fix location for "defaults.conf".

Change-Id: I047375f875492aa5c6ef3f9ea673e366f00d89ad
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Juliana Sims 2024-02-22 17:56:58 -05:00 committed by Nicolas Goaziou
parent 34ce59bb06
commit aefc742820
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -7879,7 +7879,7 @@ every time the power supply source is changed.")
(("\"tlp-stat\"")
(string-append "'" tlp-stat "'"))
(("/usr/share/tlp/defaults.conf")
(string-append "'" defaults.conf "'")))
defaults.conf))
(substitute* "ui_config_objects/gtkusblist.py"
(("\"lsusb\"")
(string-append "'" lsusb "'")))