1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 22:50:34 +02: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:
Efraim Flashner
2024-12-26 09:51:54 +02:00
parent 93acb34c73
commit 38fcf2a9e9

View File

@@ -37288,10 +37288,12 @@ at compile time so the leftmost non-space character is in the first column.")
(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