guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: fontforge@20190801: Fix build.


From: guix-commits
Subject: 02/08: gnu: fontforge@20190801: Fix build.
Date: Sun, 18 Sep 2022 07:00:06 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 4ac042ccedfc90cd167f23ea07251480cba022e0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Sep 17 17:57:57 2022 +0200

    gnu: fontforge@20190801: Fix build.
    
    This is a follow-up to commit 7f81f09641f518f92b7790b175e909fa2b54edc8, 
which
    removed an input that was still required by this old version.
    
    * gnu/packages/fontutils.scm (fontforge-20190801)[inputs]: Add
    LIBUNINAMESLIST.  Use MODIFY-INPUTS while at it.
---
 gnu/packages/fontutils.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index a647b9c8a5..5a79fcb184 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -1557,8 +1557,9 @@ generate bitmaps.")
         `(modify-phases ,phases
            (delete 'do-not-override-RPATH)))))
     (inputs
-     `(("python" ,python-2)
-       ,@(alist-delete "python" (package-inputs fontforge))))))
+     (modify-inputs (package-inputs fontforge)
+       (prepend libuninameslist)
+       (replace "python" python-2)))))
 
 (define-public python-statmake
   (package



reply via email to

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