gnu: emacs: Change a couple of input labels.
* gnu/packages/emacs.scm (emacs)[inputs]: Change labels for LIBX11, LIBXFT, and LIBXPM, for consistency.
This commit is contained in:
parent
ec0339cd42
commit
fa275717d8
|
@ -79,9 +79,9 @@
|
|||
("ncurses" ,ncurses)
|
||||
|
||||
;; TODO: Add the optional dependencies.
|
||||
("xlibs" ,libx11)
|
||||
("libx11" ,libx11)
|
||||
("gtk+" ,gtk+)
|
||||
("libXft" ,libxft)
|
||||
("libxft" ,libxft)
|
||||
("libtiff" ,libtiff)
|
||||
("giflib" ,giflib)
|
||||
("libjpeg" ,libjpeg-8)
|
||||
|
@ -92,7 +92,7 @@
|
|||
("libpng" ,libpng)
|
||||
("zlib" ,zlib)
|
||||
|
||||
("libXpm" ,libxpm)
|
||||
("libxpm" ,libxpm)
|
||||
("libxml2" ,libxml2)
|
||||
("libice" ,libice)
|
||||
("libsm" ,libsm)
|
||||
|
|
Loading…
Reference in New Issue