[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: rust-itoa-0.4: Don't skip build.
From: |
guix-commits |
Subject: |
02/12: gnu: rust-itoa-0.4: Don't skip build. |
Date: |
Sat, 8 Feb 2020 15:49:31 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 8b0e09d260104a04d565e5784b34c8ac0afa866e
Author: Efraim Flashner <address@hidden>
AuthorDate: Sat Feb 8 21:17:38 2020 +0200
gnu: rust-itoa-0.4: Don't skip build.
* gnu/packages/crates-io.scm (rust-itoa-0.4)[arguments]: Don't skip build.
---
gnu/packages/crates-io.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 59116a2..a674126 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -5395,7 +5395,6 @@ and functions.")
(base32
"0zvg2d9qv3avhf3d8ggglh6fdyw8kkwqg3r4622ly5yhxnvnc4jh"))))
(build-system cargo-build-system)
- (arguments '(#:skip-build? #t))
(home-page "https://github.com/dtolnay/itoa")
(synopsis "Fast functions for printing integer primitives")
(description "This crate provides fast functions for printing integer
@@ -5415,8 +5414,7 @@ primitives to an @code{io::Write}.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
- "18g7p2hrb3dk84z3frfgmszfc9hjb4ps9vp99qlb1kmf9gm8hc5f"))))
- (arguments '())))
+ "18g7p2hrb3dk84z3frfgmszfc9hjb4ps9vp99qlb1kmf9gm8hc5f"))))))
(define-public rust-jobserver-0.1
(package
- branch master updated (0f7720d -> 16ffc3b), guix-commits, 2020/02/08
- 04/12: gnu: rust-lazy-static-1.3: Don't skip build., guix-commits, 2020/02/08
- 01/12: gnu: rust-itoa-0.1: Don't skip build., guix-commits, 2020/02/08
- 08/12: gnu: rust-aho-corasick: Update to 0.7.8., guix-commits, 2020/02/08
- 11/12: gnu: rust-ignore-0.4: Update to 0.4.11., guix-commits, 2020/02/08
- 05/12: gnu: rust-lazy-static-1.4: Don't skip build., guix-commits, 2020/02/08
- 07/12: gnu: rust-regex: Update to 1.3.4., guix-commits, 2020/02/08
- 02/12: gnu: rust-itoa-0.4: Don't skip build.,
guix-commits <=
- 12/12: gnu: ripgrep: Update to 11.0.2., guix-commits, 2020/02/08
- 09/12: gnu: rust-grep-matcher: Update to 0.1.3., guix-commits, 2020/02/08
- 10/12: gnu: rust-grep-regex: Update to 0.1.4., guix-commits, 2020/02/08
- 03/12: gnu: rust-jobserver-0.1: Don't skip build., guix-commits, 2020/02/08
- 06/12: gnu: rust-regex-syntax: Update to 0.6.14., guix-commits, 2020/02/08