gnu: rust-rental-impl-0.5: Remove #:skip-build? argument.

* gnu/packages/crates-io.scm (rust-rental-impl-0.5): Remove skip-build?.

Change-Id: I146bcd0d02f909baae55a910f1ff04e896bfc1f9
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Herman Rimm 2024-12-30 22:38:20 +01:00 committed by Efraim Flashner
parent 463ea462a3
commit f8198b1d0b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -62427,8 +62427,7 @@ (define-public rust-rental-impl-0.5
"1pj0qgmvwwsfwyjqyjxzikkwbwc3vj7hm3hdykr47dy5inbnhpj7"))))
(build-system cargo-build-system)
(arguments
(list #:skip-build? #f
#:cargo-inputs
(list #:cargo-inputs
`(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))