mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: rust-glium-0.25: Skip tests.
* gnu/packages/crates-io.scm (rust-glium-0.25)[arguments]: Skip the test suite. Change-Id: Ifc4da2e5a7ae9fabda6cd7a6fed67dd2c9e63c38
This commit is contained in:
parent
a9565d5c65
commit
210ee58d02
1 changed files with 2 additions and 1 deletions
|
@ -31778,7 +31778,8 @@ (define-public rust-glium-0.25
|
||||||
(base32
|
(base32
|
||||||
"0mhjly07x10lxg802ppg16wbxddhh4fdnlg10i99qwpfamvqhzbd"))))
|
"0mhjly07x10lxg802ppg16wbxddhh4fdnlg10i99qwpfamvqhzbd"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:tests? #f ; Tests require XDG_RUNTIME_DIR
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-backtrace" ,rust-backtrace-0.3)
|
(("rust-backtrace" ,rust-backtrace-0.3)
|
||||||
("rust-fnv" ,rust-fnv-1)
|
("rust-fnv" ,rust-fnv-1)
|
||||||
("rust-gl-generator" ,rust-gl-generator-0.11)
|
("rust-gl-generator" ,rust-gl-generator-0.11)
|
||||||
|
|
Loading…
Reference in a new issue