guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: tlp: Fix runtime error.


From: guix-commits
Subject: branch master updated: gnu: tlp: Fix runtime error.
Date: Fri, 08 Oct 2021 12:44:30 -0400

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 e7b8990  gnu: tlp: Fix runtime error.
e7b8990 is described below

commit e7b899008c34c3d420b2017b8d41e13b33d5a93c
Author: Alex Devaure <ajadevaure@gmail.com>
AuthorDate: Fri Oct 8 18:43:39 2021 +0200

    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.
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4e1ccba..ef6443e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6770,6 +6770,7 @@ interface in sysfs, which can be accomplished with the 
included udev rules.")
                (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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]