[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/64: gnu: Add rust-cbindgen-0.17.
From: |
guix-commits |
Subject: |
32/64: gnu: Add rust-cbindgen-0.17. |
Date: |
Sun, 4 Sep 2022 18:17:30 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 6746f2b00d660e0787eda83aa48f1a6cc0b61cb0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Aug 27 23:52:19 2022 +0200
gnu: Add rust-cbindgen-0.17.
* gnu/packages/rust-apps.scm (rust-cbindgen-0.17): New variable.
---
gnu/packages/rust-apps.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index f1dd5b9abd..7d84516c83 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -17,6 +17,7 @@
;;; Copyright © 2021 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
;;; Copyright © 2022 Gabriel Arazas <foo.dogsquared@gmail.com>
+;;; Copyright © 2022 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -874,6 +875,36 @@ rebase.")
(native-inputs
(list python-cython))))
+(define-public rust-cbindgen-0.17
+ (package
+ (inherit rust-cbindgen)
+ (name "rust-cbindgen")
+ (version "0.17.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "cbindgen" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1f40hxj6h7wqmsj8dzxjm3m421hjqpz2m5zxasbn8kgnr6scykvl"))))
+ (arguments
+ `(#:cargo-inputs
+ (("rust-clap" ,rust-clap-2)
+ ("rust-heck" ,rust-heck-0.3)
+ ("rust-indexmap" ,rust-indexmap-1)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-syn" ,rust-syn-1)
+ ("rust-tempfile" ,rust-tempfile-3)
+ ("rust-toml" ,rust-toml-0.5))
+ #:cargo-development-inputs
+ (("rust-serial-test" ,rust-serial-test-0.5))))
+ (native-inputs
+ (list python-cython))))
+
(define-public rust-cbindgen-0.16
(package
(inherit rust-cbindgen)
- 35/64: gnu: Add rust-openssl-macros-0.1., (continued)
- 35/64: gnu: Add rust-openssl-macros-0.1., guix-commits, 2022/09/04
- 36/64: gnu: rust-openssl-0.10: Update to 0.10.41., guix-commits, 2022/09/04
- 38/64: gnu: rust-hashbrown-0.12: Patch Cargo.toml., guix-commits, 2022/09/04
- 39/64: gnu: rav1e: Patch Cargo.toml., guix-commits, 2022/09/04
- 43/64: gnu: Add rust-windows-i686-gnu-0.32., guix-commits, 2022/09/04
- 15/64: gnu: rust-scroll-0.10: Update to 0.10.2., guix-commits, 2022/09/04
- 17/64: gnu: rust-object-0.28: Inherit from rust-object-0.29., guix-commits, 2022/09/04
- 26/64: gnu: Add rust-addr2line-0.17., guix-commits, 2022/09/04
- 28/64: gnu: Add rust-parking-lot-core-0.9., guix-commits, 2022/09/04
- 29/64: gnu: Add rust-critical-section-1., guix-commits, 2022/09/04
- 32/64: gnu: Add rust-cbindgen-0.17.,
guix-commits <=
- 30/64: gnu: Add rust-atomic-polyfill-1., guix-commits, 2022/09/04
- 33/64: gnu: Add rust-crates-io-0.31., guix-commits, 2022/09/04
- 37/64: gnu: rust-cargo-0.53: Add missing input., guix-commits, 2022/09/04
- 40/64: gnu: Add rust-windows-x86-64-msvc-0.32., guix-commits, 2022/09/04
- 41/64: gnu: Add rust-windows-x86-64-gnu-0.32., guix-commits, 2022/09/04
- 42/64: gnu: Add rust-windows-i686-msvc-0.32., guix-commits, 2022/09/04
- 47/64: gnu: Add rust-windows-0.32., guix-commits, 2022/09/04
- 57/64: gnu: rust-crossbeam-utils-0.8: Update to 0.8.11., guix-commits, 2022/09/04
- 45/64: gnu: Add rust-windows-tokens-0.32., guix-commits, 2022/09/04
- 58/64: gnu: Add rust-valuable-derive-0.1., guix-commits, 2022/09/04