mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -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-wheel))
|
||||
(inputs
|
||||
(list java-antlr4-runtime-cpp
|
||||
(list bash-minimal
|
||||
java-antlr4-runtime-cpp
|
||||
libxml2
|
||||
`(,util-linux "lib")))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue