mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: rust-indoc-0.3: Don't skip the build.
* gnu/packages/crates-io.scm (rust-indoc-0.3)[arguments]: Don't skip the build. [cargo-development-inputs]: Add rust-rustversion-1, rust-trybuild-1. Change-Id: I492e16d25bd8b7e7a994ba80054a0ad940788218
This commit is contained in:
parent
93acb34c73
commit
38fcf2a9e9
1 changed files with 5 additions and 3 deletions
|
@ -37288,10 +37288,12 @@ (define-public rust-indoc-0.3
|
|||
(sha256
|
||||
(base32 "1n2fd2wm1h005hd7pjgx4gv5ymyq4sxqn8z0ssw6xchgqs5ilx27"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-indoc-impl" ,rust-indoc-impl-0.3)
|
||||
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))))
|
||||
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))
|
||||
#:cargo-development-inputs
|
||||
(("rust-rustversion" ,rust-rustversion-1)
|
||||
("rust-trybuild" ,rust-trybuild-1))))))
|
||||
|
||||
(define-public rust-indoc-impl-0.3
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue