[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: rxvt-unicode: Add libXt input.
From: |
guix-commits |
Subject: |
branch master updated: gnu: rxvt-unicode: Add libXt input. |
Date: |
Tue, 18 May 2021 10:44:56 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new cbdac3c gnu: rxvt-unicode: Add libXt input.
cbdac3c is described below
commit cbdac3ce88d97dac03a26bccc6e25df35b332086
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue May 18 16:42:59 2021 +0200
gnu: rxvt-unicode: Add libXt input.
I found an unstaged hunk after pushing commit
8d5986a503574a6deffe1c07846886d055642306.
(I was a bit too eager to push
5fa46ca96da90ec19e32cc4d726f099d0979d60b...)
* gnu/packages/xdisorg.scm (rxvt-unicode)[inputs]: Add libXt.
---
gnu/packages/xdisorg.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 8feea6b..83fefec 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1142,7 +1142,8 @@ compact configuration syntax.")
#t))))))
(inputs
`(("libXft" ,libxft)
- ("libX11" ,libx11)))
+ ("libX11" ,libx11)
+ ("libXt" ,libxt)))
(native-inputs
`(("ncurses" ,ncurses) ;trigger the installation of terminfo data
("perl" ,perl)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: rxvt-unicode: Add libXt input.,
guix-commits <=