mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: font-misc-ethiopic: Add missing input.
* gnu/packages/xorg.scm (font-misc-ethiopic)[inputs]: Add mkfontscale.
This commit is contained in:
parent
4dd0a8b601
commit
881d863102
1 changed files with 2 additions and 1 deletions
|
@ -641,7 +641,8 @@ (define-public font-misc-ethiopic
|
|||
"19cq7iq0pfad0nc2v28n681fdq3fcw1l1hzaq0wpkgpx7bc1zjsk"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("mkfontdir" ,mkfontdir)))
|
||||
`(("mkfontdir" ,mkfontdir)
|
||||
("mkfontscale" ,mkfontscale)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "https://www.x.org/wiki/")
|
||||
|
|
Loading…
Reference in a new issue