me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 4 additions and 1 deletions

View File

@ -11873,13 +11873,16 @@ Locate installed execuable in cross platforms.")
(base32
"1dhx6dndjsz1y7c9w06922412kdxyrrkqblvggm76mh8z17hxz7g"))))
(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")
(synopsis "Wide string Rust FFI library")
(description
"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
UTF-32 types are provided, including support for malformed encoding.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))