GNU bug report logs -
#67375
[PATCH 04/10] gnu: Add rust-vte 0.11.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67375 in the body.
You can then email your comments to 67375 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67375
; Package
guix-patches
.
(Wed, 22 Nov 2023 14:31:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
gravitydiv10 <gravitydiv10 <at> protonmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 22 Nov 2023 14:31:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From b00114abb0fe71ef4aa9efcf705f9b421e380268 Mon Sep 17 00:00:00 2001
Message-ID: <b00114abb0fe71ef4aa9efcf705f9b421e380268.1700662237.git.gravitydiv10 <at> protonmail.com>
In-Reply-To: <a61e0dec65d0b4c9f04dc5bc6bb4768d0ff170d9.1700662237.git.gravitydiv10 <at> protonmail.com>
References: <a61e0dec65d0b4c9f04dc5bc6bb4768d0ff170d9.1700662237.git.gravitydiv10 <at> protonmail.com>
From: Lu <gravitydiv10 <at> protonmail.com>
Date: Wed, 22 Nov 2023 21:51:44 +0800
Subject: [PATCH 04/10] gnu: Add rust-vte 0.11.
* gnu/packages/crates-io.scm (rust-vte-0.11): New variable.
Change-Id: I7371dc4d721eddffc5a00667aa99313457fc7889
---
gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a523f20974..7c512a1e89 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -81280,6 +81280,27 @@ (define-public rust-vte-0.10
"This package provides a parser for implementing terminal emulators.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-vte-0.11
+ (package
+ (inherit rust-vte-0.10)
+ (name "rust-vte")
+ (version "0.11.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "vte" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "15r1ff4j8ndqj9vsyil3wqwxhhl7jsz5g58f31n0h1wlpxgjn0pm"))))
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-arrayvec" ,rust-arrayvec-0.7)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-utf8parse" ,rust-utf8parse-0.2)
+ ("rust-vte-generate-state-changes" ,rust-vte-generate-state-changes-0.1))))))
+
(define-public rust-vte-0.9
(package
(inherit rust-vte-0.10)
--
2.41.0
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 09 Mar 2025 17:57:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
gravitydiv10 <gravitydiv10 <at> protonmail.com>
:
bug acknowledged by developer.
(Sun, 09 Mar 2025 17:57:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 67375-done <at> debbugs.gnu.org (full text, mbox):
> * gnu/packages/crates-io.scm (rust-vte-0.11): New variable.
This package is already in Guix. Closing.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 07 Apr 2025 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 32 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.