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:
Marius Bakke 2019-07-13 19:10:09 +02:00
parent 8cae550021
commit 33ef61ec72
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -582,7 +582,6 @@ (define-public fontforge
("fontconfig" ,fontconfig) ;dlopen'd
("freetype" ,freetype)
("gettext" ,gettext-minimal)
("glib" ,glib) ;needed for pango detection
("libICE" ,libice)
("libSM" ,libsm)
("libX11" ,libx11)