gnu: h-client: Fix build.
* gnu/packages/hardware.scm (h-client) [phases]: Replace sbin/lspci by bin/lspci in wrap-more phase.
This commit is contained in:
parent
2c66262980
commit
bcebf25561
@ -588,8 +588,6 @@ human-readable format and checks if it conforms to the standards.")
|
|||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public h-client
|
(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")
|
(let ((commit "e6c78b16e034ccf78ae9cb4c29268c2f57a30bfc")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
@ -628,7 +626,7 @@ human-readable format and checks if it conforms to the standards.")
|
|||||||
;; Namespace GdkPixbuf not available".
|
;; Namespace GdkPixbuf not available".
|
||||||
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))
|
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))
|
||||||
`("PATH" = (,(dirname (search-input-file
|
`("PATH" = (,(dirname (search-input-file
|
||||||
inputs "sbin/lspci"))
|
inputs "bin/lspci"))
|
||||||
,(dirname (search-input-file
|
,(dirname (search-input-file
|
||||||
inputs "bin/lsusb"))))))))))
|
inputs "bin/lsusb"))))))))))
|
||||||
(inputs
|
(inputs
|
||||||
|
Loading…
Reference in New Issue
Block a user