mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: mkfontdir: Add bash-minimal to inputs.
* gnu/packages/xorg.scm (mkfontdir) [inputs]: Add bash-minimal. Change-Id: I06cbf812474e06f93fe642e2780c184c1ce4a470
This commit is contained in:
committed by
Ludovic Courtès
parent
016b4fc307
commit
1fd6c06e81
@@ -4661,7 +4661,7 @@ protocol and arbitrary X extension protocol.")
|
||||
(,(dirname
|
||||
(search-input-file inputs "/bin/mkfontscale"))))))))))
|
||||
(inputs
|
||||
(list mkfontscale))
|
||||
(list bash-minimal mkfontscale))
|
||||
(native-inputs
|
||||
(list pkg-config automake)) ;For up to date 'config.guess' and 'config.sub'.
|
||||
(home-page "https://www.x.org/wiki/")
|
||||
|
||||
Reference in New Issue
Block a user