mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +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 @@ (define-public rust-widestring-0.4
|
|||
(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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue