me
/
guix
Archived
1
0
Fork 0

gnu: rust-glutin-0.22: Fix tests.

* gnu/packages/crates-graphics.scm (rust-glutin-0.22)[arguments]: Add
cargo-test-flags.

Change-Id: I3caee6f3bf76720766b0635799c7e7ec373ae64a
Efraim Flashner 2023-11-04 21:47:18 +02:00
parent 0d0ceae6ee
commit 0aa02c3394
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -1134,7 +1134,9 @@ EUI-64, also known as MAC-48 media access control addresses.")
(base32
"0lilr4f335m1fq1acmshd51zblfaglw1hha6lhalnc1fw3cg0aag"))))
(arguments
`(#:cargo-inputs
`(#:cargo-test-flags
'("--release" "--lib" "--bins" "--tests")
#:cargo-inputs
(("rust-android-glue" ,rust-android-glue-0.2)
("rust-cgl" ,rust-cgl-0.3)
("rust-cocoa" ,rust-cocoa-0.19)