1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: rxvt-unicode: Add libXt input.

I found an unstaged hunk after pushing commit
8d5986a503.

(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

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)