mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-cc-1.0: Don't hide package.
* gnu/packages/crates-io.scm (rust-cc-1.0)[arguments]: Skip build. Add rust-rayon-1.1 to cargo-inputs. Add rust-tempdir-0.3 to cargo-development-inputs. [properties]: Remove field.
This commit is contained in:
parent
ffbefd8f91
commit
5d87eb8cf6
1 changed files with 6 additions and 1 deletions
|
@ -1100,13 +1100,18 @@ used in argon2rs' bench suite.")
|
||||||
(base32
|
(base32
|
||||||
"1zxzd559dbbf1iwdzmkj7czapzccs17kqqmsj9ayijpdix5rrbld"))))
|
"1zxzd559dbbf1iwdzmkj7czapzccs17kqqmsj9ayijpdix5rrbld"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-rayon" ,rust-rayon-1.1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-tempdir" ,rust-tempdir-0.3))))
|
||||||
(home-page "https://github.com/alexcrichton/cc-rs")
|
(home-page "https://github.com/alexcrichton/cc-rs")
|
||||||
(synopsis "Invoke the native C compiler")
|
(synopsis "Invoke the native C compiler")
|
||||||
(description
|
(description
|
||||||
"This package provides a build-time dependency for Cargo build scripts to
|
"This package provides a build-time dependency for Cargo build scripts to
|
||||||
assist in invoking the native C compiler to compile native C code into a static
|
assist in invoking the native C compiler to compile native C code into a static
|
||||||
archive to be linked into Rustcode.")
|
archive to be linked into Rustcode.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue