mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: rust-ansi-term: Skip build.
* gnu/packages/crates-io.scm (rust-ansi-term)[arguments]: Skip build. Add rust-winapi-0.3 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
e45eb8086e
commit
88e267bee8
1 changed files with 4 additions and 1 deletions
|
@ -67,12 +67,15 @@ (define-public rust-ansi-term-0.11
|
||||||
(base32
|
(base32
|
||||||
"16wpvrghvd0353584i1idnsgm0r3vchg8fyrm0x8ayv1rgvbljgf"))))
|
"16wpvrghvd0353584i1idnsgm0r3vchg8fyrm0x8ayv1rgvbljgf"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-winapi" ,rust-winapi-0.3))))
|
||||||
(home-page "https://github.com/ogham/rust-ansi-term")
|
(home-page "https://github.com/ogham/rust-ansi-term")
|
||||||
(synopsis "Library for ANSI terminal colours and styles")
|
(synopsis "Library for ANSI terminal colours and styles")
|
||||||
(description
|
(description
|
||||||
"This is a library for controlling colours and formatting, such as red bold
|
"This is a library for controlling colours and formatting, such as red bold
|
||||||
text or blue underlined text, on ANSI terminals.")
|
text or blue underlined text, on ANSI terminals.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-antidote-1.0
|
(define-public rust-antidote-1.0
|
||||||
|
|
Loading…
Reference in a new issue