mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: rust-winapi-0.3: Skip build.
* gnu/packages/crates-io.scm (rust-winapi-0.3)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
c579894d69
commit
3d47a31e70
1 changed files with 2 additions and 2 deletions
|
@ -11901,14 +11901,14 @@ UTF-32 types are provided, including support for malformed encoding.")
|
|||
(build-system cargo-build-system)
|
||||
;; This package depends unconditionally on these two crates.
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("winapi-i686-pc-windows-gnu" ,rust-winapi-i686-pc-windows-gnu-0.4)
|
||||
("winapi-x86-64-pc-windows-gnu" ,rust-winapi-x86-64-pc-windows-gnu-0.4))))
|
||||
(home-page "https://github.com/retep998/winapi-rs")
|
||||
(synopsis "Raw FFI bindings for all of Windows API.")
|
||||
(description
|
||||
"Raw FFI bindings for all of Windows API.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue