gnu: fontforge: Remove superfluous input.
Pango propagates Glib nowadays, no need to list it eplicitly. * gnu/packages/fontutils.scm (fontforge)[inputs]: Remove GLIB.
This commit is contained in:
parent
8cae550021
commit
33ef61ec72
|
@ -582,7 +582,6 @@ definitions.")
|
||||||
("fontconfig" ,fontconfig) ;dlopen'd
|
("fontconfig" ,fontconfig) ;dlopen'd
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
("glib" ,glib) ;needed for pango detection
|
|
||||||
("libICE" ,libice)
|
("libICE" ,libice)
|
||||||
("libSM" ,libsm)
|
("libSM" ,libsm)
|
||||||
("libX11" ,libx11)
|
("libX11" ,libx11)
|
||||||
|
|
Loading…
Reference in New Issue