mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: libcaca: Add more image support.
* gnu/packages/video.scm (libcaca)[inputs]: Add imlib2.
This commit is contained in:
parent
602460ea2e
commit
43d51239fe
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ (define-public libcaca
|
|||
(inputs
|
||||
`(("freeglut" ,freeglut)
|
||||
("ftgl" ,ftgl)
|
||||
("imlib2" ,imlib2)
|
||||
("libx11" ,libx11)
|
||||
("mesa" ,mesa)
|
||||
("ncurses" ,ncurses)
|
||||
|
|
Loading…
Reference in a new issue