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.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-18 16:42:59 +02:00
parent 88847437d9
commit cbdac3ce88
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -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)