me
/
guix
Archived
1
0
Fork 0

gnu: rust-rust-embed-5: Don't skip the build.

* gnu/packages/crates-io.scm (rust-rust-embed-5)[arguments]: Don't skip
the build.  Add cargo-test-flags.

Change-Id: I6a516b049e6399276920967451416767eefd5778
master
Efraim Flashner 2024-03-17 15:51:39 +02:00
parent d9bff1b69b
commit f82819096d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -60113,7 +60113,9 @@ suitable for financial calculations.")
(base32 "08smnqn21vn5zaywfki391v2l9v30cs0446qzzhvjssxmimgxq9g")))) (base32 "08smnqn21vn5zaywfki391v2l9v30cs0446qzzhvjssxmimgxq9g"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-test-flags
'("--release" "--"
"--skip=RustEmbed")
#:cargo-inputs #:cargo-inputs
(("rust-actix-web" ,rust-actix-web-3) (("rust-actix-web" ,rust-actix-web-3)
("rust-include-flate" ,rust-include-flate-0.1) ("rust-include-flate" ,rust-include-flate-0.1)