mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: eudev: Use invoke instead of system*.
* gnu/packages/linux.scm (eudev)[arguments]: Use invoke.
This commit is contained in:
parent
05f6e60141
commit
957a99ab97
1 changed files with 2 additions and 2 deletions
|
@ -2008,8 +2008,8 @@ from the module-init-tools project.")
|
||||||
;; Build OUT/etc/udev/hwdb.bin. This allows 'lsusb' and
|
;; Build OUT/etc/udev/hwdb.bin. This allows 'lsusb' and
|
||||||
;; similar tools to display product names.
|
;; similar tools to display product names.
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(zero? (system* (string-append out "/bin/udevadm")
|
(invoke (string-append out "/bin/udevadm")
|
||||||
"hwdb" "--update"))))))
|
"hwdb" "--update")))))
|
||||||
#:configure-flags (list "--enable-manpages")))
|
#:configure-flags (list "--enable-manpages")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue