me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2022-09-17 17:57:57 +02:00
parent d65434fc3d
commit 4ac042cced
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 2 deletions

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