mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xfce, mate: Propagate 'font-dejavu'.
Fixes <https://bugs.gnu.org/47713>. Reported by bo0od <bo0od@riseup.net>. This ensures applications such as IceCat can properly text (numbers in the case of IceCat). * gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]: Add FONT-DEJAVU. * gnu/packages/mate.scm (mate)[propagated-inputs]: New field. * gnu/packages/xfce.scm (xfce)[propagated-inputs]: New field.
This commit is contained in:
parent
69afc5fd23
commit
c09e331b25
3 changed files with 13 additions and 2 deletions
|
@ -36,6 +36,7 @@
|
|||
#:use-module (gnu packages code)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages curl)
|
||||
#:use-module (gnu packages fonts)
|
||||
#:use-module (gnu packages fontutils)
|
||||
#:use-module (gnu packages freedesktop)
|
||||
#:use-module (gnu packages fribidi)
|
||||
|
@ -370,7 +371,10 @@ Libraries with some extra bells and whistles.")
|
|||
(propagated-inputs
|
||||
`(("efl" ,efl)
|
||||
("libxkbcommon" ,libxkbcommon)
|
||||
("wayland-protocols" ,wayland-protocols)))
|
||||
("wayland-protocols" ,wayland-protocols)
|
||||
|
||||
;; Default font that applications such as IceCat require.
|
||||
("font-dejavu" ,font-dejavu)))
|
||||
(home-page "https://www.enlightenment.org/about-enlightenment")
|
||||
(synopsis "Lightweight desktop environment")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue