Archived
1
0
Fork 0

gnu: rust-cmake-0.1: Update to 0.1.44.

* gnu/packages/crates-io.scm (rust-cmake-0.1): Update to 0.1.44.
[arguments]: Don't skip build.
This commit is contained in:
Efraim Flashner 2020-07-09 11:19:42 +03:00
parent 71c7634a38
commit c0f5b34e48
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3320,7 +3320,7 @@ pitfalls in Rust.")
(define-public rust-cmake-0.1 (define-public rust-cmake-0.1
(package (package
(name "rust-cmake") (name "rust-cmake")
(version "0.1.42") (version "0.1.44")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3328,11 +3328,10 @@ pitfalls in Rust.")
(file-name (string-append name "-" version ".crate")) (file-name (string-append name "-" version ".crate"))
(sha256 (sha256
(base32 (base32
"0qkwibkvx5xjazvv9v8gvdlpky2jhjxvcz014nrixgzqfyv2byw1")))) "1fv346ipxmvff6qrnh78rild0s8k72ilfjkdsrk869562y62cmhf"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs (("rust-cc" ,rust-cc-1.0))))
#:cargo-inputs (("rust-cc" ,rust-cc-1.0))))
(home-page "https://github.com/alexcrichton/cmake-rs") (home-page "https://github.com/alexcrichton/cmake-rs")
(synopsis "Rust build dependency for running cmake") (synopsis "Rust build dependency for running cmake")
(description (description