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
parent
d65434fc3d
commit
4ac042cced
|
@ -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
|
||||
|
|
Reference in New Issue