guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: gnome: Propagate font-dejavu.


From: Andy Wingo
Subject: 01/02: gnu: gnome: Propagate font-dejavu.
Date: Sun, 20 Aug 2017 07:11:15 -0400 (EDT)

wingo pushed a commit to branch master
in repository guix.

commit a9dbefdc9d8f52cf6a1965796d1d883a7c9689bd
Author: Andy Wingo <address@hidden>
Date:   Sun Aug 20 13:08:23 2017 +0200

    gnu: gnome: Propagate font-dejavu.
    
    * gnu/packages/gnome.scm (gnome): Add font-dejavu to propagated inputs, to
      provide a better default for "Monospace".  Otherwise the terminal looks
      horrible and defaults to Nimbus Mono, a Courier-like face.
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e0e5df3..6aa2e6a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5676,6 +5676,7 @@ software that do not provide their own configuration 
interface.")
      `(("adwaita-icon-theme"        ,adwaita-icon-theme)
        ("baobab"                    ,baobab)
        ("font-cantarell"            ,font-cantarell)
+       ("font-dejavu"               ,font-dejavu)
        ("at-spi2-core"              ,at-spi2-core)
        ("dbus"                      ,dbus)
        ("dconf"                     ,dconf)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]