gnu: rust-winapi-util-0.1: Skip build.
* gnu/packages/crates-io.scm (rust-winapi-util-0.1)[arguments]: Skip build. Add rust-winapi-0.3 to cargo-inputs. [properties]: Remove field.master
parent
3cb422d1ec
commit
9b03b9cc7e
|
@ -11982,12 +11982,14 @@ i686-pc-windows-gnu target. Please don't use this crate directly, depend on
|
||||||
(base32
|
(base32
|
||||||
"1j839dc6y8vszvrsb7yk0qvs0w6asnahxzbyans37vnsw6vbls3i"))))
|
"1j839dc6y8vszvrsb7yk0qvs0w6asnahxzbyans37vnsw6vbls3i"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-winapi" ,rust-winapi-0.3))))
|
||||||
(home-page "https://github.com/BurntSushi/winapi-util")
|
(home-page "https://github.com/BurntSushi/winapi-util")
|
||||||
(synopsis "Dumping ground for high level safe wrappers over winapi")
|
(synopsis "Dumping ground for high level safe wrappers over winapi")
|
||||||
(description
|
(description
|
||||||
"This package provides a dumping ground for high level safe wrappers over
|
"This package provides a dumping ground for high level safe wrappers over
|
||||||
winapi.")
|
winapi.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:unlicense
|
(license (list license:unlicense
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Reference in New Issue