guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: gnome: Add dependency on font-abattis-cantarell.


From: Ludovic Courtès
Subject: 02/03: gnu: gnome: Add dependency on font-abattis-cantarell.
Date: Sun, 20 Mar 2016 14:33:53 +0000

civodul pushed a commit to branch master
in repository guix.

commit 0bd3597bbe0acb901f63ef386489eebb8e177c1c
Author: Ludovic Courtès <address@hidden>
Date:   Sun Mar 20 15:05:12 2016 +0100

    gnu: gnome: Add dependency on font-abattis-cantarell.
    
    * gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add
    FONT-CANTARELL.
---
 gnu/packages/gnome.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e5d62ea..eebb547 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -108,6 +108,7 @@
   #:use-module (gnu packages cdrom)
   #:use-module (gnu packages samba)
   #:use-module (gnu packages readline)
+  #:use-module (gnu packages fonts)
   #:use-module (srfi srfi-1))
 
 (define-public brasero
@@ -4844,6 +4845,7 @@ software that do not provide their own configuration 
interface.")
      ;; TODO: Add more packages according to:
      ;;       <https://packages.debian.org/jessie/gnome-core>.
      `(("adwaita-icon-theme"        ,adwaita-icon-theme)
+       ("font-cantarell"            ,font-cantarell)
        ("at-spi2-core"              ,at-spi2-core)
        ("dbus"                      ,dbus)
        ("dconf"                     ,dconf)



reply via email to

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