GNU bug report logs
Report forwarded
to guix-patches@gnu.org
:
bug#79482
; Package guix-patches
.
(Sun, 21 Sep 2025 21:23:02 GMT) (full text , mbox , link ).
Acknowledgement sent
to Tomas Volf <~@wolfsden.cz>
:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org
.
(Sun, 21 Sep 2025 21:23:02 GMT) (full text , mbox , link ).
Message #5 received at submit@debbugs.gnu.org (full text , mbox , reply ):
* gnu/packages/xdisorg.scm (rxvt-unicode-terminfo): New variable.
Change-Id: I238fcb89a52df47823d0f16e7157da136ddec1be
---
gnu/packages/xdisorg.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 79610831cc..5d87c65938 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1669,6 +1669,23 @@ (define-public rxvt-unicode
within a single process.")
(license license:gpl3+)))
+(define-public rxvt-unicode-terminfo
+ (package
+ (name "rxvt-unicode-terminfo")
+ (source rxvt-unicode)
+ (version (package-version rxvt-unicode))
+ (synopsis "Terminfo for rxvt-unicode")
+ (description "This package provides terminfo files for the
+@command{rxvt-unicode} terminal.")
+ (license (package-license rxvt-unicode))
+ (home-page (package-home-page rxvt-unicode))
+
+ (build-system copy-build-system)
+ (arguments
+ (list
+ #:install-plan
+ #~'(("share/terminfo" "share/terminfo"))))))
+
(define-public xcape
(package
(name "xcape")
--
2.51.0
Display info messages
Send a report that this bug log contains spam .
debbugs.gnu.org maintainers
<help-debbugs@gnu.org >.
Last modified:
Sat Sep 27 17:01:14 2025;
Machine Name:
wallace-server
GNU bug tracking system
Debbugs is free software and licensed under the terms of the
GNU Public License version 2. The current version can be
obtained from https://bugs.debian.org/debbugs-source/ .
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.