me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2020-01-15 09:58:25 +02:00
parent ffbefd8f91
commit 5d87eb8cf6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 1 deletions

View File

@ -1100,13 +1100,18 @@ used in argon2rs' bench suite.")
(base32
"1zxzd559dbbf1iwdzmkj7czapzccs17kqqmsj9ayijpdix5rrbld"))))
(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")
(synopsis "Invoke the native C compiler")
(description
"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
archive to be linked into Rustcode.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))