me
/
guix
Archived
1
0
Fork 0

gnu: rust-unsafe-libyaml-0.2: Skip tests.

* gnu/packages/crates-io.scm (rust-unsafe-libyaml-0.2)[arguments]: Skip
the test suite.

Change-Id: Ieaa75e65906db31cccc5d714af8933fbb157e00e
master
Efraim Flashner 2024-01-05 15:28:53 +02:00
parent 70a31359b2
commit 9c323ea168
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -79863,7 +79863,8 @@ clear display in the output.")
"0jsyc1kqc536wpgx1js61lwj86crniqw16lyvh02va4m1f9r0k5b")))) "0jsyc1kqc536wpgx1js61lwj86crniqw16lyvh02va4m1f9r0k5b"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-development-inputs `(#:tests? #f ; use of undeclared crate or module `unsafe_libyaml_test_suite`
#:cargo-development-inputs
(("rust-pretty-assertions" ,rust-pretty-assertions-1)))) (("rust-pretty-assertions" ,rust-pretty-assertions-1))))
(home-page "https://github.com/dtolnay/unsafe-libyaml") (home-page "https://github.com/dtolnay/unsafe-libyaml")
(synopsis "Libyaml in rust") (synopsis "Libyaml in rust")