guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: h-client: Fix build.


From: guix-commits
Subject: 02/03: gnu: h-client: Fix build.
Date: Sat, 29 Jul 2023 12:02:54 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit bcebf25561ec6539aea54d5b52e6ba0db8efcd75
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jul 28 09:01:11 2023 -0400

    gnu: h-client: Fix build.
    
    * gnu/packages/hardware.scm (h-client) [phases]: Replace sbin/lspci by
    bin/lspci in wrap-more phase.
---
 gnu/packages/hardware.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index ed000d7fbd..954dff204c 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -588,8 +588,6 @@ human-readable format and checks if it conforms to the 
standards.")
       (license license:expat))))
 
 (define-public h-client
-  ;; The Python 3 port hasn't yet been integrated into the main branch
-  ;; (currently lives in the 'python3-port' branch).
   (let ((commit "e6c78b16e034ccf78ae9cb4c29268c2f57a30bfc")
         (revision "1"))
     (package
@@ -628,7 +626,7 @@ human-readable format and checks if it conforms to the 
standards.")
                   ;; Namespace GdkPixbuf not available".
                   `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))
                   `("PATH" = (,(dirname (search-input-file
-                                         inputs "sbin/lspci"))
+                                         inputs "bin/lspci"))
                               ,(dirname (search-input-file
                                          inputs "bin/lsusb"))))))))))
       (inputs



reply via email to

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