me
/
guix
Archived
1
0
Fork 0

gnu: rust-glium-0.25: Skip tests.

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

Change-Id: Ifc4da2e5a7ae9fabda6cd7a6fed67dd2c9e63c38
Efraim Flashner 2023-11-04 21:59:00 +02:00
parent a9565d5c65
commit 210ee58d02
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -31778,7 +31778,8 @@ OpenGL's old and error-prone API.")
(base32
"0mhjly07x10lxg802ppg16wbxddhh4fdnlg10i99qwpfamvqhzbd"))))
(arguments
`(#:cargo-inputs
`(#:tests? #f ; Tests require XDG_RUNTIME_DIR
#:cargo-inputs
(("rust-backtrace" ,rust-backtrace-0.3)
("rust-fnv" ,rust-fnv-1)
("rust-gl-generator" ,rust-gl-generator-0.11)