me
/
guix
Archived
1
0
Fork 0

gnu: manuskript: Add bash-minimal to inputs.

* gnu/packages/text-editors.scm (manuskript) [inputs]: Add bash-minimal.
master
Maxim Cournoyer 2023-03-21 15:12:52 -04:00
parent 55f29c1cbe
commit ad8abf18dd
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 1 deletions

View File

@ -56,6 +56,7 @@
#: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 @@ environment with Markdown markup.")
#:icon "manuskript"
#:categories "Office;WordProcessor;"))))))))
(inputs
(list pandoc
(list bash-minimal
pandoc
python-lxml
python-markdown
python-pyenchant