me
/
guix
Archived
1
0
Fork 0

gnu: rust-ascii-0.8: Allow build.

* gnu/packages/crates-io.scm (rust-ascii-0.8)[arguments]: Remove
  `#:skip-build? #t'.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I101cef0c685743fcb6be43606e325bf945080f0c
master
Jean-Pierre De Jesus DIAZ 2022-08-10 12:07:15 +00:00 committed by Efraim Flashner
parent 6eb9984378
commit feab5dc281
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 1 deletions

View File

@ -4275,7 +4275,10 @@ standard library.")
(base32 "051gh2bgjq90s0f0i0hd9p4z4fpg5k82b570d1223jj7rhd8kglp"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
`(#:cargo-test-flags
'("--release" "--"
"--skip=src/ascii_char.rs - ascii_char::AsciiChar::from (line 296)"
"--skip=src/ascii_string.rs - ascii_string::AsciiString::pop (line 259)")
#:cargo-inputs
(("rust-quickcheck" ,rust-quickcheck-0.4))))))