mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-log-0.4: Skip build.
* gnu/packages/crates-io.scm (rust-log-0.4)[arguments]: Skip build. Add rust-cfg-if-0.1, rust-serde-1.0 to cargo-inputs. Add rust-serde-test-1.0 to cargo-development-inputs.
This commit is contained in:
parent
7072c72d1f
commit
cddb4ed0c3
1 changed files with 7 additions and 1 deletions
|
@ -5060,11 +5060,17 @@ functions and static variables these libraries contain.")
|
||||||
(base32
|
(base32
|
||||||
"1xz18ixccl5c6np4linv3ypc7hpmmgpc5zzd2ymp2ssfx0mhbdhl"))))
|
"1xz18ixccl5c6np4linv3ypc7hpmmgpc5zzd2ymp2ssfx0mhbdhl"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||||
|
("rust-serde" ,rust-serde-1.0))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-serde-test" ,rust-serde-test-1.0))))
|
||||||
(home-page "https://github.com/rust-lang/log")
|
(home-page "https://github.com/rust-lang/log")
|
||||||
(synopsis "Lightweight logging facade for Rust")
|
(synopsis "Lightweight logging facade for Rust")
|
||||||
(description
|
(description
|
||||||
"This package provides a lightweight logging facade for Rust.")
|
"This package provides a lightweight logging facade for Rust.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-log-0.3
|
(define-public rust-log-0.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue