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
|
@ -436,6 +436,8 @@ resolution.")
|
|||
(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 New Issue