[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: tlpui: Fix build.
From: |
guix-commits |
Subject: |
branch master updated: gnu: tlpui: Fix build. |
Date: |
Fri, 23 Feb 2024 02:27:24 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new aefc742820 gnu: tlpui: Fix build.
aefc742820 is described below
commit aefc7428203203ae88c64cc4769113453c01a185
Author: Juliana Sims <juli@incana.org>
AuthorDate: Thu Feb 22 17:56:58 2024 -0500
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>
---
gnu/packages/linux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8eb6d9b7d3..ef225479ca 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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 "'")))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: tlpui: Fix build.,
guix-commits <=