me
/
guix
Archived
1
0
Fork 0

gnu: rust-glob-0.3: Skip tests.

* gnu/packages/crates-io.scm (rust-glob-0.3)[arguments]: Don't skip
build. Skip tests.
master
Efraim Flashner 2020-10-13 10:45:57 +03:00
parent 1c054e3f71
commit 43b6bad7b3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -10191,7 +10191,7 @@ OpenGL's old and error-prone API.")
"0x25wfr7vg3mzxc9x05dcphvd3nwlcmbnxrvwcvrrdwplcrrk4cv")))) "0x25wfr7vg3mzxc9x05dcphvd3nwlcmbnxrvwcvrrdwplcrrk4cv"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:tests? #f
#:cargo-development-inputs #:cargo-development-inputs
(("rust-tempdir" ,rust-tempdir-0.3)))) (("rust-tempdir" ,rust-tempdir-0.3))))
(home-page "https://github.com/rust-lang-nursery/glob") (home-page "https://github.com/rust-lang-nursery/glob")