mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: libotf: Use pkg-config to determine freetype location.
* gnu/packages/fontutils.scm (libotf)[native-inputs]: Add PKG-CONFIG.
This commit is contained in:
parent
0f72f05238
commit
48342a04ad
1 changed files with 2 additions and 0 deletions
|
@ -436,6 +436,8 @@ (define-public libotf
|
|||
(sha256
|
||||
(base32 "0239zvfan56w7vrppriwy77fzb10ag9llaz15nsraps2a2x6di3v"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(propagated-inputs
|
||||
`(("freetype" ,freetype)))
|
||||
(home-page "http://www.nongnu.org/m17n/")
|
||||
|
|
Loading…
Reference in a new issue