mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: python-afdko: Add bash-minimal to inputs.
* gnu/packages/fontutils.scm (python-afdko) [inputs]: Add bash-minimal.
This commit is contained in:
parent
ddf477e2d6
commit
83397434b1
1 changed files with 2 additions and 1 deletions
|
@ -249,7 +249,8 @@ (define-public python-afdko
|
||||||
python-setuptools-scm
|
python-setuptools-scm
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(inputs
|
(inputs
|
||||||
(list java-antlr4-runtime-cpp
|
(list bash-minimal
|
||||||
|
java-antlr4-runtime-cpp
|
||||||
libxml2
|
libxml2
|
||||||
`(,util-linux "lib")))
|
`(,util-linux "lib")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue