mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
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:
parent
9566322ed7
commit
7700a54d70
1 changed files with 4 additions and 1 deletions
|
@ -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))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue