GNU bug report logs -
#73019
[PATCH 0/2] Add Black Box terminal
Previous Next
Full log
Message #86 received at 73019 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (vte-0.73.92): New variable.
Change-Id: Ide1f88fc454155fa940ae2a63b6ed33e38f379f5
---
gnu/packages/gnome.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6413deb18b..13963c29cc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -79,6 +79,7 @@
;;; Copyright © 2023 Zhu Zihao <all_but_last <at> 163.com>
;;; Copyright © 2024 Dariqq <dariqq <at> posteo.net>
;;; Copyright © 2024 James Smith <jsubuntuxp <at> disroot.org>
+;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010 <at> zohomail.in>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -4722,6 +4723,26 @@ (define-public vte/gtk+-3
(propagated-inputs (modify-inputs (package-propagated-inputs vte)
(replace "gtk" gtk+)))))
+(define-public vte-0.73.92
+ (package/inherit vte
+ (name "vte")
+ (version "0.73.92")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.gnome.org/GNOME/vte")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256 (base32
+ "0fv6lx7kk1xrfsvc95jm23vxkmyfypriz4nvj0kjy4nshgccwlch"))))
+ (arguments (substitute-keyword-arguments (package-arguments vte)
+ ((#:configure-flags flags)
+ #~(append (list "-Dsixel=true")
+ #$flags))))
+ (inputs (modify-inputs (package-inputs vte)
+ (append libsixel)
+ (append lz4)))))
+
;; Stable version for gtk2, required by gnurobots and lxterminal as of 2020-07.
(define-public vte/gtk+-2
(package (inherit vte)
--
2.48.1
This bug report was last modified 116 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.