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


View this message in rfc822 format

From: Jordan Moore <lockbox <at> struct.foo>
To: 75127 <at> debbugs.gnu.org
Cc: Jordan Moore <lockbox <at> struct.foo>, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#75127] [PATCH rust-team v5 24/57] gnu: Add rust-indent-write-2.
Date: Sat,  4 Jan 2025 23:28:54 -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 ffcd5e9d4f..f5bb411a8c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33891,6 +33891,26 @@ (define-public rust-include-flate-codegen-exports-0.1
 crate.")
     (license 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-indenter-0.3
   (package
     (name "rust-indenter")
-- 
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.