guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: font-dejavu: Fix the switch to 'font-build-system'.


From: Arun Isaac
Subject: 02/03: gnu: font-dejavu: Fix the switch to 'font-build-system'.
Date: Thu, 1 Jun 2017 05:50:58 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 7f8e8ff811ea5bb4030ccd816d538d88909a664b
Author: ng0 <address@hidden>
Date:   Sun May 28 19:33:12 2017 +0000

    gnu: font-dejavu: Fix the switch to 'font-build-system'.
    
    This is a follow-up to commit 2e8840194121be6042502f363f143a4faeceb00e.
    
    * gnu/packages/fonts.scm (font-dejavu): Remove 'trivial-build-system' line.
    
    Signed-off-by: Arun Isaac <address@hidden>
---
 gnu/packages/fonts.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index df0997f..4ca707a 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -107,7 +107,6 @@ TrueType (TTF) files.")
              (sha256
               (base32
                "1mqpds24wfs5cmfhj57fsfs07mji2z8812i5c4pi5pbi738s977s"))))
-    (build-system trivial-build-system)
     (build-system font-build-system)
     (arguments
      `(#:phases



reply via email to

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