GNU bug report logs -
#49327
[PATCH core-updates 000/128] Add 'bash' input for 'wrap-program'.
Previous Next
Reported by: Maxime Devos <maximedevos <at> telenet.be>
Date: Fri, 2 Jul 2021 10:05:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
It is required for cross-compilation.
* gnu/packages/text-editors.scm
(vis)[inputs]: Add 'bash-minimal'.
(jucipp)[inputs]: Likewise.
(ghostwriter)[inputs]: Likewise.
(manuskript)[inputs]: Likewise.
---
gnu/packages/text-editors.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 426a15853d..36c0a91e8d 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -45,6 +45,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 boost)
#:use-module (gnu packages code)
#:use-module (gnu packages crates-io)
@@ -141,7 +142,8 @@
(sha256
(base32 "1jsvg2lg3xqfgi79x08kx94mc34mh62ivca10vsci6fqsk68jbd0"))
(file-name (git-file-name "vis-test" version))))))
- (inputs `(("lua" ,lua)
+ (inputs `(("bash" ,bash-minimal) ; for wrap-program
+ ("lua" ,lua)
("ncurses" ,ncurses)
("libtermkey" ,libtermkey)
("lua-lpeg" ,lua-lpeg)
@@ -354,6 +356,7 @@ bindings and many of the powerful features of GNU Emacs.")
("xorg-server" ,xorg-server-for-tests)))
(inputs
`(("aspell" ,aspell)
+ ("bash" ,bash-minimal) ; for wrap-program
("boost" ,boost)
("ctags" ,universal-ctags)
("gtkmm" ,gtkmm)
@@ -617,7 +620,8 @@ scripts/input/X11/C/Shell/HTML/Dired): 49KB.
`(("pkg-config" ,pkg-config)
("qttools" ,qttools))) ; for lrelease
(inputs
- `(("hunspell" ,hunspell)
+ `(("bash" ,bash-minimal) ; for wrap-program
+ ("hunspell" ,hunspell)
("qtbase" ,qtbase)
("qtdeclarative" ,qtdeclarative)
("qtmultimedia" ,qtmultimedia)
@@ -722,7 +726,8 @@ environment with Markdown markup.")
#:categories "Office;WordProcessor;"))
#t))))))
(inputs
- `(("pandoc" ,pandoc)
+ `(("bash" ,bash-minimal) ; for wrap-program
+ ("pandoc" ,pandoc)
("python-lxml" ,python-lxml)
("python-markdown" ,python-markdown)
("python-pyqt" ,python-pyqt)
--
2.32.0
This bug report was last modified 1 year and 210 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.