mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rust-cmake-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-cmake-0.1)[arguments]: Skip build. Add rust-cc-1.0 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
dca4e6324c
commit
a9b5fe4d86
1 changed files with 3 additions and 1 deletions
|
@ -1397,13 +1397,15 @@ (define-public rust-cmake-0.1
|
|||
(base32
|
||||
"0qkwibkvx5xjazvv9v8gvdlpky2jhjxvcz014nrixgzqfyv2byw1"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-cc" ,rust-cc-1.0))))
|
||||
(home-page "https://github.com/alexcrichton/cmake-rs")
|
||||
(synopsis "Rust build dependency for running cmake")
|
||||
(description
|
||||
"This package provides a build dependency for running @code{cmake} to build
|
||||
a native library. The CMake executable is assumed to be @code{cmake} unless the
|
||||
CMAKE environmental variable is set.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue