mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue