gnu: fontforge: Fix build.

This follows up on commit 3f2c6cc393 (gnu:
fontutils: Add 'bash' input for 'wrap-program'.).

gnu/packages/fontutils.scm(fontforge)[arguments]<#:phases>: Adjust input names.

Change-Id: I64c3992e995294cb04a9f4c79cd841bfc51ba08d
Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Zheng Junjie 2023-11-22 11:29:23 +08:00 committed by Ludovic Courtès
parent c1e59e89fc
commit 07323cdf37
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -20,6 +20,7 @@
;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2023 pinoaffe <pinoaffe@gmail.com>
;;; Copyright © 2024 Sören Tempel <soeren@soeren-tempel.net>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -1696,9 +1697,9 @@ definitions.")
,(map (lambda (input)
(string-append (assoc-ref inputs input)
"/lib"))
'("libtiff" "libjpeg" "libpng" "libungif"
'("libtiff" "libjpeg-turbo" "libpng" "libungif"
"libxml2" "zlib" "libspiro" "freetype"
"pango" "cairo" "fontconfig")))
"pango" "cairo" "fontconfig-minimal")))
;; Checks for potrace program at runtime
`("PATH" ":" prefix (,potrace)))))))))
(synopsis "Outline font editor")