mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c1e59e89fc
commit
07323cdf37
1 changed files with 3 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue