* [bug#54301] [PATCH] rust-glutin@0.21 doesn't build with tests
@ 2022-03-08 17:04 Till Robin Zickel
0 siblings, 0 replies; only message in thread
From: Till Robin Zickel @ 2022-03-08 17:04 UTC (permalink / raw)
To: 54301
---
gnu/packages/crates-graphics.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index d1a9c4dd6d..1123140826 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -1056,7 +1056,8 @@ (define-public rust-glutin-0.21
(base32
"1ggyyqn7dvz4yx5ygqfvnxwfb78wvdm5y6xqw5my1b4x61dv6wak"))))
(arguments
- `(#:cargo-inputs
+ `(#:tests? #f ; tests not included in release
+ #:cargo-inputs
(("rust-android-glue" ,rust-android-glue-0.2)
("rust-cgl" ,rust-cgl-0.2)
("rust-cocoa" ,rust-cocoa-0.18)
--
2.34.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-08 18:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08 17:04 [bug#54301] [PATCH] rust-glutin@0.21 doesn't build with tests Till Robin Zickel
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.