mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: manuskript: Add bash-minimal to inputs.
* gnu/packages/text-editors.scm (manuskript) [inputs]: Add bash-minimal.
This commit is contained in:
parent
55f29c1cbe
commit
ad8abf18dd
1 changed files with 3 additions and 1 deletions
|
@ -56,6 +56,7 @@ (define-module (gnu packages text-editors)
|
|||
#:use-module (gnu packages aspell)
|
||||
#:use-module (gnu packages assembly)
|
||||
#:use-module (gnu packages autotools)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages boost)
|
||||
#:use-module (gnu packages code)
|
||||
|
@ -774,7 +775,8 @@ (define-public manuskript
|
|||
#:icon "manuskript"
|
||||
#:categories "Office;WordProcessor;"))))))))
|
||||
(inputs
|
||||
(list pandoc
|
||||
(list bash-minimal
|
||||
pandoc
|
||||
python-lxml
|
||||
python-markdown
|
||||
python-pyenchant
|
||||
|
|
Loading…
Reference in a new issue