mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rust-glutin-0.22: Fix tests.
* gnu/packages/crates-graphics.scm (rust-glutin-0.22)[arguments]: Add cargo-test-flags. Change-Id: I3caee6f3bf76720766b0635799c7e7ec373ae64a
This commit is contained in:
parent
0d0ceae6ee
commit
0aa02c3394
1 changed files with 3 additions and 1 deletions
|
@ -1134,7 +1134,9 @@ (define-public rust-glutin-0.22
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue