me
/
guix
Archived
1
0
Fork 0

gnu: fontforge: Remove superfluous input.

Pango propagates Glib nowadays, no need to list it eplicitly.

* gnu/packages/fontutils.scm (fontforge)[inputs]: Remove GLIB.
master
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
1 changed files with 0 additions and 1 deletions

View File

@ -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)