mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05: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:
parent
88847437d9
commit
cbdac3ce88
1 changed files with 2 additions and 1 deletions
|
@ -1142,7 +1142,8 @@ (define-public rxvt-unicode
|
||||||
#t))))))
|
#t))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libXft" ,libxft)
|
`(("libXft" ,libxft)
|
||||||
("libX11" ,libx11)))
|
("libX11" ,libx11)
|
||||||
|
("libXt" ,libxt)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ncurses" ,ncurses) ;trigger the installation of terminfo data
|
`(("ncurses" ,ncurses) ;trigger the installation of terminfo data
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
|
|
Loading…
Reference in a new issue