gnu: font-xfree86-type1: Add missing input.

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

View File

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