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
parent
34ce59bb06
commit
aefc742820
|
@ -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 "'")))
|
||||
|
|
Reference in New Issue