GNU bug report logs - #75127
[PATCH 00/67] rust-team: Add cargo-nextest

Previous Next

Package: guix-patches;

Reported by: Jordan Moore <lockbox <at> struct.foo>

Date: Thu, 26 Dec 2024 23:02:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> friendly-machines.com>

Bug is archived. No further changes may be made.

Full log


Message #71 received at 75127 <at> debbugs.gnu.org (full text, mbox):

From: Jordan Moore <lockbox <at> struct.foo>
To: 75127 <at> debbugs.gnu.org
Cc: Jordan Moore <lockbox <at> struct.foo>
Subject: [PATCH 25/67] gnu: Add rust-indent-write-2.
Date: Thu, 26 Dec 2024 18:11:01 -0500
* gnu/packages/crates-io.scm (rust-indent-write-2): New variable.

Change-Id: I6f1c962f05c05a223fa63e0d7eac7fbd8dc3c7d9
---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c528bda212..596701e57f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37229,6 +37229,26 @@ (define-public rust-indenter-0.3
 that efficiently appends and removes common indentation after every newline.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-indent-write-2
+  (package
+    (name "rust-indent-write")
+    (version "2.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "indent_write" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1hqjp80argdskrhd66g9sh542yxy8qi77j6rc69qd0l7l52rdzhc"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t))
+    (home-page "https://github.com/Lucretiel/indent-write")
+    (synopsis "Simple Write adapters to add line indentation")
+    (description
+     "This package provides Simple Write adapters to add line indentation.")
+    (license license:mpl2.0)))
+
 (define-public rust-indexmap-2
   (package
     (name "rust-indexmap")
-- 
2.46.0





This bug report was last modified 1 day ago.

Previous Next


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