mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01: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:
parent
016b4fc307
commit
1fd6c06e81
1 changed files with 1 additions and 1 deletions
|
@ -4661,7 +4661,7 @@ (define-public mkfontdir
|
||||||
(,(dirname
|
(,(dirname
|
||||||
(search-input-file inputs "/bin/mkfontscale"))))))))))
|
(search-input-file inputs "/bin/mkfontscale"))))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list mkfontscale))
|
(list bash-minimal mkfontscale))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config automake)) ;For up to date 'config.guess' and 'config.sub'.
|
(list pkg-config automake)) ;For up to date 'config.guess' and 'config.sub'.
|
||||||
(home-page "https://www.x.org/wiki/")
|
(home-page "https://www.x.org/wiki/")
|
||||||
|
|
Loading…
Reference in a new issue