unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53111] [PATCH 36/41] gnu: rust-rbw: adding rust-region-3
@ 2022-01-07 14:27 Nicolas Graves via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: Nicolas Graves via Guix-patches via @ 2022-01-07 14:27 UTC (permalink / raw)
  To: 53111

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0037-rust-rbw-dependencies-adding-rust-region-3.patch --]
[-- Type: text/x-patch, Size: 2561 bytes --]

From 13b3af3e8fa648d7571c8e708d3c697a3c2a9b02 Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves@ngraves.fr>
Date: Fri, 7 Jan 2022 13:33:49 +0100
Subject: [PATCH 37/42] rust-rbw dependencies : adding rust-region-3

---
 gnu/packages/crates-io.scm | 35 ++++++++++++++++++++++++++++-------
 1 file changed, 28 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 59a2295167..6e1381f4cd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -43927,8 +43927,35 @@ (define-public rust-regex-syntax-0.3
        (("rust-quickcheck" ,rust-quickcheck-0.2)
         ("rust-rand" ,rust-rand-0.3))))))
 
+(define-public rust-region-3
+  (package
+    (name "rust-region")
+    (version "3.0.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "region" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32 "0bji1p0c9abzh78ps5hs0ygg9pxkg7gjspll43lxr14q6v18kqbn"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:skip-build?
+        #t
+        #:cargo-inputs
+        (("rust-bitflags" ,rust-bitflags-1)
+         ("rust-libc" ,rust-libc-0.2)
+         ("rust-mach" ,rust-mach-0.3)
+         ("rust-winapi" ,rust-winapi-0.3))))
+    (home-page "https://github.com/darfink/region-rs")
+    (synopsis "Library for manipulating memory regions")
+    (description
+     "This package provides a library for manipulating memory regions.")
+    (license license:expat)))
+
 (define-public rust-region-2
   (package
+    (inherit rust-region-3)
     (name "rust-region")
     (version "2.2.0")
     (source
@@ -43939,7 +43966,6 @@ (define-public rust-region-2
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32 "1q4szar3ms76552iygmhsvzhvvwkgz4l94qpx600vmyw5bm58zl7"))))
-    (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
        (("rust-bitflags" ,rust-bitflags-1)
@@ -43947,12 +43973,7 @@ (define-public rust-region-2
         ("rust-mach" ,rust-mach-0.3)
         ("rust-winapi" ,rust-winapi-0.3))
        #:cargo-development-inputs
-       (("rust-memmap" ,rust-memmap-0.7))))
-    (home-page "https://github.com/darfink/region-rs")
-    (synopsis "Library for manipulating memory regions")
-    (description
-     "This package provides a library for manipulating memory regions.")
-    (license license:expat)))
+       (("rust-memmap" ,rust-memmap-0.7))))))
 
 (define-public rust-relative-path-1
   (package
-- 
2.34.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-07 14:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07 14:27 [bug#53111] [PATCH 36/41] gnu: rust-rbw: adding rust-region-3 Nicolas Graves via Guix-patches via

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).