mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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 @@ 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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue