mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -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)
|
("libXtst" ,libxtst)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
("fontconfig" ,fontconfig)
|
("fontconfig" ,fontconfig)
|
||||||
|
("libxinerama" ,libxinerama)
|
||||||
("libXft" ,libxft)
|
("libXft" ,libxft)
|
||||||
("libXpm" ,libxpm)
|
("libXpm" ,libxpm)
|
||||||
("libXt" ,libxt)
|
("libXt" ,libxt)
|
||||||
|
|
Loading…
Reference in a new issue