me
/
guix
Archived
1
0
Fork 0

gnu: rust-winapi-0.3: Skip build.

* gnu/packages/crates-io.scm (rust-winapi-0.3)[arguments]: Skip build.
[properties]: Remove field.
master
Efraim Flashner 2020-01-02 09:30:38 +02:00
parent c579894d69
commit 3d47a31e70
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -11901,14 +11901,14 @@ UTF-32 types are provided, including support for malformed encoding.")
(build-system cargo-build-system) (build-system cargo-build-system)
;; This package depends unconditionally on these two crates. ;; This package depends unconditionally on these two crates.
(arguments (arguments
`(#:cargo-inputs `(#:skip-build? #t
#:cargo-inputs
(("winapi-i686-pc-windows-gnu" ,rust-winapi-i686-pc-windows-gnu-0.4) (("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)))) ("winapi-x86-64-pc-windows-gnu" ,rust-winapi-x86-64-pc-windows-gnu-0.4))))
(home-page "https://github.com/retep998/winapi-rs") (home-page "https://github.com/retep998/winapi-rs")
(synopsis "Raw FFI bindings for all of Windows API.") (synopsis "Raw FFI bindings for all of Windows API.")
(description (description
"Raw FFI bindings for all of Windows API.") "Raw FFI bindings for all of Windows API.")
(properties '((hidden? . #t)))
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))