gnu: libjaylink: Remove custom bootstrap phase.
* gnu/packages/embedded.scm (libjaylink)[arguments]: Remove.
This commit is contained in:
parent
a69cc70dea
commit
4cd6ab1b1f
|
@ -321,12 +321,6 @@ languages are C and C++.")
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libusb" ,libusb)))
|
`(("libusb" ,libusb)))
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'autoreconf
|
|
||||||
(lambda _
|
|
||||||
(zero? (system* "autoreconf" "-vfi")))))))
|
|
||||||
(home-page "http://repo.or.cz/w/libjaylink.git")
|
(home-page "http://repo.or.cz/w/libjaylink.git")
|
||||||
(synopsis "Library to interface Segger J-Link devices")
|
(synopsis "Library to interface Segger J-Link devices")
|
||||||
(description "libjaylink is a shared library written in C to access
|
(description "libjaylink is a shared library written in C to access
|
||||||
|
|
Loading…
Reference in New Issue