unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48420] [PATCH 1/9] gnu: Add rust-bindgen-0.48.
@ 2021-05-14 16:12 aecepoglu
  2021-05-14 16:17 ` [bug#48420] [PATCH 2/9] gnu: Add rust-emacs-module-0.10 aecepoglu
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: aecepoglu @ 2021-05-14 16:12 UTC (permalink / raw)
  To: 48420

* gnu/packages/crates-io.scm (rust-bindgen-0.48): New variable.
---
 gnu/packages/crates-io.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 678fa6f93c..e801f5bd4e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4314,6 +4314,41 @@ bindings to C and C++ libraries.")
         ("rust-diff" ,rust-diff-0.1)
         ("rust-shlex" ,rust-shlex-0.1))))))
 
+(define-public rust-bindgen-0.48
+  (package
+    (inherit rust-bindgen-0.57)
+    (name "rust-bindgen")
+    (version "0.48.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "bindgen" version))
+        (file-name
+          (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32
+            "1jpk0p4l4dg1lpvciq9q8wm94sjsflb1vb5x2gk9dlizv4gl2gcx"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:skip-build?
+        #t
+        #:cargo-inputs
+        (("rust-bitflags" ,rust-bitflags-1)
+         ("rust-cexpr" ,rust-cexpr-0.3)
+         ("rust-cfg-if" ,rust-cfg-if-0.1)
+         ("rust-clang-sys" ,rust-clang-sys-0.26)
+         ("rust-clap" ,rust-clap-2)
+         ("rust-env-logger" ,rust-env-logger-0.6)
+         ("rust-hashbrown" ,rust-hashbrown-0.1)
+         ("rust-lazy-static" ,rust-lazy-static-1)
+         ("rust-log" ,rust-log-0.4)
+         ("rust-peeking-take-while"
+          ,rust-peeking-take-while-0.1)
+         ("rust-proc-macro2" ,rust-proc-macro2-0.4)
+         ("rust-quote" ,rust-quote-0.6)
+         ("rust-regex" ,rust-regex-1)
+         ("rust-which" ,rust-which-2))))))
+
 (define-public rust-bindgen-0.47
   (package
     (inherit rust-bindgen-0.50)
-- 
2.31.1





^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-07-11  8:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14 16:12 [bug#48420] [PATCH 1/9] gnu: Add rust-bindgen-0.48 aecepoglu
2021-05-14 16:17 ` [bug#48420] [PATCH 2/9] gnu: Add rust-emacs-module-0.10 aecepoglu
2021-05-14 16:17 ` [bug#48420] [PATCH 3/9] gnu: Add rust-darling-macro-0.9 aecepoglu
2021-05-14 16:17 ` [bug#48420] [PATCH 4/9] gnu: Add rust-strsim-0.7 aecepoglu
2021-05-14 16:18 ` [bug#48420] [PATCH 5/9] gnu: Add rust-darling-core-0.9 aecepoglu
2021-05-14 16:18 ` [bug#48420] [PATCH 6/9] gnu: Add rust-darling-0.9 aecepoglu
2021-05-14 16:18 ` [bug#48420] [PATCH 7/9] gnu: Add rust-emacs-macros-0.11 aecepoglu
2021-05-14 16:18 ` [bug#48420] [PATCH 8/9] gnu: Add rust-emacs-0.11 aecepoglu
2021-05-14 16:18 ` [bug#48420] [PATCH 9/9] gnu: Add parinfer-rust aecepoglu
2021-07-11  8:09   ` bug#48420: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).