mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ratpoison: Add multiple monitors support.
* gnu/packages/ratpoison.scm (ratpoison)[inputs]: Add "libxinerama".
This commit is contained in:
parent
77d8bb1552
commit
eea410f172
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ (define-public ratpoison
|
|||
("libXtst" ,libxtst)
|
||||
("freetype" ,freetype)
|
||||
("fontconfig" ,fontconfig)
|
||||
("libxinerama" ,libxinerama)
|
||||
("libXft" ,libxft)
|
||||
("libXpm" ,libxpm)
|
||||
("libXt" ,libxt)
|
||||
|
|
Loading…
Reference in a new issue