[PATCH] rust-glutin@0.21 doesn't build with tests

  • Open
  • quality assurance status badge
Details
One participant
  • Till Robin Zickel
Owner
unassigned
Submitted by
Till Robin Zickel
Severity
normal
T
T
Till Robin Zickel wrote on 8 Mar 2022 18:04
(address . guix-patches@gnu.org)
20220308170444.20801-1-trzickel@illegalaliensfrom.space
---
gnu/packages/crates-graphics.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (16 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 54301@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54301
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch