[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: rxvt-unicode: Remove extraneous input.
From: |
guix-commits |
Subject: |
branch master updated: gnu: rxvt-unicode: Remove extraneous input. |
Date: |
Tue, 18 May 2021 15:39:41 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c05b070 gnu: rxvt-unicode: Remove extraneous input.
c05b070 is described below
commit c05b070cff0e5889877dc8d12d3a6bc2c15f1afe
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue May 18 10:23:44 2021 -0400
gnu: rxvt-unicode: Remove extraneous input.
libX11 is propagated by libXt.
This is a followup to commits cbdac3ce88d97dac03a26bccc6e25df35b332086
and 8d5986a503574a6deffe1c07846886d055642306.
* gnu/packages/xdisorg.scm (rxvt-unicode)[inputs]: Remove libx11.
---
gnu/packages/xdisorg.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 83fefec..4119923 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1142,7 +1142,6 @@ compact configuration syntax.")
#t))))))
(inputs
`(("libXft" ,libxft)
- ("libX11" ,libx11)
("libXt" ,libxt)))
(native-inputs
`(("ncurses" ,ncurses) ;trigger the installation of terminfo data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: rxvt-unicode: Remove extraneous input.,
guix-commits <=