gnu: rust-widestring-0.4: Skip build.

* gnu/packages/crates-io.scm (rust-widestring-0.4)[arguments]: Skip
build. Add rust-winapi-0.3 to cargo-development-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-01-02 09:28:48 +02:00
parent 9566322ed7
commit 7700a54d70
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11873,13 +11873,16 @@ Locate installed execuable in cross platforms.")
(base32 (base32
"1dhx6dndjsz1y7c9w06922412kdxyrrkqblvggm76mh8z17hxz7g")))) "1dhx6dndjsz1y7c9w06922412kdxyrrkqblvggm76mh8z17hxz7g"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-development-inputs
(("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://github.com/starkat99/widestring-rs") (home-page "https://github.com/starkat99/widestring-rs")
(synopsis "Wide string Rust FFI library") (synopsis "Wide string Rust FFI library")
(description (description
"A wide string Rust FFI library for converting to and from wide strings, "A wide string Rust FFI library for converting to and from wide strings,
such as those often used in Windows API or other FFI libraries. Both UTF-16 and such as those often used in Windows API or other FFI libraries. Both UTF-16 and
UTF-32 types are provided, including support for malformed encoding.") UTF-32 types are provided, including support for malformed encoding.")
(properties '((hidden? . #t)))
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))