me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 7 additions and 3 deletions

View File

@ -15183,7 +15183,7 @@ Unix users and groups.")
(define-public rust-vcpkg-0.2 (define-public rust-vcpkg-0.2
(package (package
(name "rust-vcpkg") (name "rust-vcpkg")
(version "0.2.7") (version "0.2.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -15191,14 +15191,18 @@ Unix users and groups.")
(file-name (string-append name "-" version ".crate")) (file-name (string-append name "-" version ".crate"))
(sha256 (sha256
(base32 (base32
"15dzk1b96q946v9aisbd1bbhi33n93wvgziwh1shmscn1xflbp9k")))) "0s1ijdrsg6917imja2hb07l0z4vbx7ydm8m2i1n9g62fg7r3ki1z"))))
(build-system cargo-build-system) (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") (home-page "https://github.com/mcgoo/vcpkg-rs")
(synopsis "Find native dependencies in a vcpkg tree at build time") (synopsis "Find native dependencies in a vcpkg tree at build time")
(description (description
"This package provides a library to find native dependencies in a "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.") @code{vcpkg} tree at build time in order to be used in Cargo build scripts.")
(properties '((hidden? . #t)))
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))