mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: openocd: Update to 0.12.0.
* gnu/packages/embedded.scm (openocd): Update to 0.12.0. [inputs]: Remove libusb-compat as openocd dropped support for libusb0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
f351f2aaf2
commit
e3cd3f0320
1 changed files with 3 additions and 3 deletions
|
@ -573,7 +573,7 @@ (define-public jimtcl
|
||||||
(define-public openocd
|
(define-public openocd
|
||||||
(package
|
(package
|
||||||
(name "openocd")
|
(name "openocd")
|
||||||
(version "0.11.0")
|
(version "0.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -582,7 +582,7 @@ (define-public openocd
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qi4sixwvw1i7c64sy221fsjs82qf3asmdk86g74ds2jjm3f8pzp"))))
|
"09wb11zlmrw6rx1bql3kafgi3ilzp9mhvb6j6rql216by06csing"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf
|
(list autoconf
|
||||||
|
@ -592,7 +592,7 @@ (define-public openocd
|
||||||
pkg-config
|
pkg-config
|
||||||
texinfo))
|
texinfo))
|
||||||
(inputs
|
(inputs
|
||||||
(list hidapi jimtcl libftdi libjaylink libusb-compat openssl))
|
(list hidapi jimtcl libftdi libjaylink openssl))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
(append (list "LIBS=-lutil -lcrypto -lssl"
|
(append (list "LIBS=-lutil -lcrypto -lssl"
|
||||||
|
|
Loading…
Reference in a new issue