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:
parent
71c7634a38
commit
c0f5b34e48
1 changed files with 3 additions and 4 deletions
|
@ -3320,7 +3320,7 @@ (define-public rust-cloudflare-zlib-sys-0.2
|
|||
(define-public rust-cmake-0.1
|
||||
(package
|
||||
(name "rust-cmake")
|
||||
(version "0.1.42")
|
||||
(version "0.1.44")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3328,11 +3328,10 @@ (define-public rust-cmake-0.1
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qkwibkvx5xjazvv9v8gvdlpky2jhjxvcz014nrixgzqfyv2byw1"))))
|
||||
"1fv346ipxmvff6qrnh78rild0s8k72ilfjkdsrk869562y62cmhf"))))
|
||||
(build-system cargo-build-system)
|
||||
(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")
|
||||
(synopsis "Rust build dependency for running cmake")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue