[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/13: gnu: rust-arrayref-0.3: Don't skip build.
From: |
guix-commits |
Subject: |
07/13: gnu: rust-arrayref-0.3: Don't skip build. |
Date: |
Tue, 13 Oct 2020 04:05:30 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 8b71a2a614f29d8612160a6b96455bcc60b8a61d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 13 10:27:53 2020 +0300
gnu: rust-arrayref-0.3: Don't skip build.
* gnu/packages/crates-io.scm (rust-arrayref-0.3)[arguments]: Don't skip
build.
---
gnu/packages/crates-io.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8b54bf8..377fe8d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -865,8 +865,7 @@ that runs on Argon2.")
"1vphy316jbgmgckk4z7m8csvlyc8hih9w95iyq48h8077xc2wf0d"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-development-inputs
+ `(#:cargo-development-inputs
(("rust-quickcheck" ,rust-quickcheck-0.6))))
(home-page "https://github.com/droundy/arrayref")
(synopsis "Macros to take array references of slices")
- branch master updated (ddd6191 -> 39225ff), guix-commits, 2020/10/13
- 02/13: gnu: newsboat: Update to 2.21., guix-commits, 2020/10/13
- 03/13: gnu: rust-tokio-rustls-0.14: Skip network tests., guix-commits, 2020/10/13
- 04/13: gnu: rust-tokio-rustls-0.13: Skip network tests., guix-commits, 2020/10/13
- 05/13: gnu: rust-brotli-decompressor-2.3: Skip tests., guix-commits, 2020/10/13
- 08/13: gnu: rust-arrayref-0.3: Update to 0.3.6., guix-commits, 2020/10/13
- 09/13: gnu: rust-fxhash-0.2: Don't skip build., guix-commits, 2020/10/13
- 06/13: gnu: rust-brotli-decompressor-2.3: Remove minor version from name., guix-commits, 2020/10/13
- 07/13: gnu: rust-arrayref-0.3: Don't skip build.,
guix-commits <=
- 01/13: gnu: rust-unicode-width-0.1: Update to 0.1.8., guix-commits, 2020/10/13
- 11/13: gnu: rust-glob-0.3: Skip tests., guix-commits, 2020/10/13
- 12/13: gnu: rust-toml-0.5: Update to 0.5.7., guix-commits, 2020/10/13
- 10/13: gnu: rust-getopts-0.2: Don't skip build., guix-commits, 2020/10/13
- 13/13: gnu: Add rust-termios-0.2., guix-commits, 2020/10/13