GNU bug report logs - #66802
[PATCH 00/21] Add More Rust Crates.

Previous Next

Package: guix-patches;

Reported by: Jaeme Sifat <jaeme <at> runbox.com>

Date: Sat, 28 Oct 2023 22:38:02 UTC

Severity: normal

Tags: patch

Done: Jaeme Sifat <jaeme <at> runbox.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jaeme Sifat <jaeme <at> runbox.com>
To: 66802 <at> debbugs.gnu.org
Cc: Jaeme Sifat <jaeme <at> runbox.com>
Subject: [bug#66802] [PATCH 08/21] gnu: Add rust-roff-0.1.
Date: Sat, 28 Oct 2023 18:47:00 -0400
* gnu/packages/crates-io.scm (rust-roff-0.1): New variable.

Signed-off-by: Jaeme Sifat <jaeme <at> runbox.com>
Change-Id: I14a965fb25677844713fc0d3386dd667dce6717f
---
 gnu/packages/crates-io.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 812a14f878..aa241a2918 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -58750,6 +58750,24 @@ (define-public rust-roff-0.2
     (description "ROFF (man page format) generation library.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-roff-0.1
+  (package
+    (inherit rust-roff-0.2)
+    (name "rust-roff")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "roff" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0pk76fw9hqnvr8qbd5r8yq08zpgymk14wgkn5h2qhs54gfrlygp3"))))
+    (arguments
+     `(#:tests? #f
+       #:cargo-development-inputs
+       (("rust-duct" ,rust-duct-0.10)
+        ("rust-pretty-assertions" ,rust-pretty-assertions-0.5))))))
+
 (define-public rust-romio-0.3
   (package
     (name "rust-romio")
-- 
2.41.0





This bug report was last modified 1 year and 247 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.