mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: usbutils: Update to 013.
* gnu/packages/linux.scm (usbutils): Update to 013. [arguments]: Tweak ‘patch-bootstrap-scripts’ phase.
This commit is contained in:
parent
6309f866f2
commit
6547296b9d
1 changed files with 3 additions and 3 deletions
|
@ -1742,14 +1742,14 @@ (define-public procps
|
|||
(define-public usbutils
|
||||
(package
|
||||
(name "usbutils")
|
||||
(version "012")
|
||||
(version "013")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/linux/utils/usb/usbutils/"
|
||||
"usbutils-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0iiy0q7fzikavmdsjsb0sl9kp3gfh701qwyjjccvqh0qz4jlcqw8"))))
|
||||
(base32 "0f0klk6d3hmbpf6p4dcwa1qjzblmkhbxs1wsw87aidvqri7lj8wy"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs (list "out" "python"))
|
||||
(arguments
|
||||
|
@ -1758,7 +1758,7 @@ (define-public usbutils
|
|||
(add-before 'bootstrap 'patch-bootstrap-scripts
|
||||
(lambda _
|
||||
(substitute* "usbhid-dump/bootstrap"
|
||||
(("/bin/bash") (which "bash")))
|
||||
(("/bin/sh") (which "sh")))
|
||||
|
||||
;; Don't let autogen.sh run configure with bogus options & CFLAGS.
|
||||
(substitute* "autogen.sh"
|
||||
|
|
Loading…
Reference in a new issue