mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: windowmaker: Add support for more image formats.
* gnu/packages/gnustep.scm (windowmaker)[inputs]: Add giflib, libpng, and libtiff.
This commit is contained in:
parent
b5ce25cc0e
commit
233fbb6102
1 changed files with 4 additions and 1 deletions
|
@ -76,7 +76,10 @@ (define-public windowmaker
|
|||
("libxft" ,libxft)
|
||||
("libx11" ,libx11)
|
||||
("fontconfig" ,fontconfig)
|
||||
("libjpeg" ,libjpeg)))
|
||||
("libjpeg" ,libjpeg)
|
||||
("giflib" ,giflib)
|
||||
("libpng" ,libpng)
|
||||
("libtiff" ,libtiff)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://windowmaker.org/")
|
||||
|
|
Loading…
Reference in a new issue