mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +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
|
(sha256
|
||||||
(base32 "0239zvfan56w7vrppriwy77fzb10ag9llaz15nsraps2a2x6di3v"))))
|
(base32 "0239zvfan56w7vrppriwy77fzb10ag9llaz15nsraps2a2x6di3v"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("freetype" ,freetype)))
|
`(("freetype" ,freetype)))
|
||||||
(home-page "http://www.nongnu.org/m17n/")
|
(home-page "http://www.nongnu.org/m17n/")
|
||||||
|
|
Loading…
Reference in a new issue