[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/42: gnu: rust-scroll-0.9: Fix inputs.
From: |
guix-commits |
Subject: |
40/42: gnu: rust-scroll-0.9: Fix inputs. |
Date: |
Sat, 29 Feb 2020 15:46:45 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit b24510dcaa695d503291b74a8dbf802f0fcc5777
Author: Efraim Flashner <address@hidden>
AuthorDate: Sat Feb 29 22:42:12 2020 +0200
gnu: rust-scroll-0.9: Fix inputs.
* gnu/packages/crates-io.scm (rust-scroll-0.9)[arguments]: Move
rust-rustc-version-0.2 from cargo-development-inputs to cargo-inputs.
---
gnu/packages/crates-io.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bb78697..c9fe01d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14794,11 +14794,11 @@ with one of the implemented strategies.")
(arguments
`(#:skip-build? #t
#:cargo-inputs
- (("rust-scroll-derive" ,rust-scroll-derive-0.9))
+ (("rust-scroll-derive" ,rust-scroll-derive-0.9)
+ ("rust-rustc-version" ,rust-rustc-version-0.2))
#:cargo-development-inputs
(("rust-byteorder" ,rust-byteorder-1.3)
- ("rust-rayon" ,rust-rayon-1.1)
- ("rust-rustc-version" ,rust-rustc-version-0.2))))
+ ("rust-rayon" ,rust-rayon-1.1))))
(home-page "https://github.com/m4b/scroll")
(synopsis "Read/Write traits for byte buffers")
(description
- 24/42: gnu: rust-generator-0.6: Update to 0.6.20., (continued)
- 24/42: gnu: rust-generator-0.6: Update to 0.6.20., guix-commits, 2020/02/29
- 23/42: gnu: rust-bindgen-0.50: Don't skip build., guix-commits, 2020/02/29
- 28/42: gnu: rust-paste-0.1: Upgrade to 0.1.7., guix-commits, 2020/02/29
- 33/42: gnu: rust-demo-hack-impl-0.0: Don't skip build., guix-commits, 2020/02/29
- 26/42: gnu: rust-lock-api-0.1: Don't skip build., guix-commits, 2020/02/29
- 30/42: gnu: rust-ref-cast-0.2: Upgrade to 0.2.7., guix-commits, 2020/02/29
- 29/42: gnu: rust-hex-literal-0.2: Upgrade to 0.2.1., guix-commits, 2020/02/29
- 32/42: gnu: rust-trybuild-1.0: Upgrade to 1.0.23., guix-commits, 2020/02/29
- 34/42: gnu: rust-demo-hack-0.0: Don't skip build., guix-commits, 2020/02/29
- 35/42: gnu: rust-flame-0.2: Don't skip build., guix-commits, 2020/02/29
- 40/42: gnu: rust-scroll-0.9: Fix inputs.,
guix-commits <=
- 39/42: gnu: rust-html5ever-0.23: Don't skip build., guix-commits, 2020/02/29
- 37/42: gnu: rust-futures-select-macro-preview-0.3: Don't skip build., guix-commits, 2020/02/29
- 38/42: gnu: rust-markup5ever-0.8: Don't skip build., guix-commits, 2020/02/29
- 42/42: gnu: rust-seahash-3.0: Upgrade to 3.0.7., guix-commits, 2020/02/29
- 31/42: gnu: Add rust-dissimilar-1.0., guix-commits, 2020/02/29
- 36/42: gnu: rust-flamer-0.3: Don't skip build., guix-commits, 2020/02/29
- 41/42: gnu: rust-scroll-derive-0.9: Don't skip build., guix-commits, 2020/02/29