mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: rxvt-unicode: Remove extraneous input.
libX11 is propagated by libXt. This is a followup to commitscbdac3ce88
and8d5986a503
. * gnu/packages/xdisorg.scm (rxvt-unicode)[inputs]: Remove libx11.
This commit is contained in:
parent
b1d7be1d43
commit
c05b070cff
1 changed files with 0 additions and 1 deletions
|
@ -1142,7 +1142,6 @@ (define-public rxvt-unicode
|
|||
#t))))))
|
||||
(inputs
|
||||
`(("libXft" ,libxft)
|
||||
("libX11" ,libx11)
|
||||
("libXt" ,libxt)))
|
||||
(native-inputs
|
||||
`(("ncurses" ,ncurses) ;trigger the installation of terminfo data
|
||||
|
|
Loading…
Reference in a new issue