gnu: rust-vcpkg-0.2: Update to 0.2.8.

* gnu/packages/crates-io.scm (rust-vcpkg-0.2): Update to 0.2.8.
[arguments]: Skip tests. Add rust-lazy-static-1, rust-tempdir-0.3
to cargo-development-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-02-17 23:05:03 +02:00
parent 8a1a681fc6
commit 91105ccf12
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -15183,7 +15183,7 @@ (define-public rust-uuid-0.7
(define-public rust-vcpkg-0.2
(package
(name "rust-vcpkg")
(version "0.2.7")
(version "0.2.8")
(source
(origin
(method url-fetch)
@ -15191,14 +15191,18 @@ (define-public rust-vcpkg-0.2
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"15dzk1b96q946v9aisbd1bbhi33n93wvgziwh1shmscn1xflbp9k"))))
"0s1ijdrsg6917imja2hb07l0z4vbx7ydm8m2i1n9g62fg7r3ki1z"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Tests want mysql, harfbuzz, graphite2.
#:cargo-development-inputs
(("rust-lazy-static" ,rust-lazy-static-1)
("rust-tempdir" ,rust-tempdir-0.3))))
(home-page "https://github.com/mcgoo/vcpkg-rs")
(synopsis "Find native dependencies in a vcpkg tree at build time")
(description
"This package provides a library to find native dependencies in a
@code{vcpkg} tree at build time in order to be used in Cargo build scripts.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))