1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 02:21:49 +02:00

gnu: fontforge@20190801: Fix build.

This is a follow-up to commit 7f81f09641, 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.
This commit is contained in:
Marius Bakke
2022-09-17 17:57:57 +02:00
parent d65434fc3d
commit 4ac042cced
+3 -2
View File
@@ -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