gnu: font-misc-ethiopic: Add missing input.

* gnu/packages/xorg.scm (font-misc-ethiopic)[inputs]: Add mkfontscale.
master
Efraim Flashner 2016-08-10 15:57:21 +03:00
parent 4dd0a8b601
commit 881d863102
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 1 deletions

View File

@ -641,7 +641,8 @@ For example: '6x10', '9x15bold', etc.")
"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/")