mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: text-editors: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/text-editors.scm (vis)[inputs]: Add 'bash-minimal'. (jucipp)[inputs]: Likewise. (ghostwriter)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ic55d5602d0514029eba1f8d5313169570da3edb1
This commit is contained in:
parent
a2255a5b78
commit
52a6efc1ed
1 changed files with 4 additions and 2 deletions
|
@ -201,7 +201,7 @@ (define-public vis
|
|||
(sha256
|
||||
(base32 "1jsvg2lg3xqfgi79x08kx94mc34mh62ivca10vsci6fqsk68jbd0"))
|
||||
(file-name (git-file-name "vis-test" version))))))
|
||||
(inputs (list lua ncurses libtermkey lua-lpeg tre))
|
||||
(inputs (list bash-minimal lua ncurses libtermkey lua-lpeg tre))
|
||||
(synopsis "Vim-like text editor")
|
||||
(description
|
||||
"Vis aims to be a modern, legacy free, simple yet efficient vim-like text
|
||||
|
@ -451,6 +451,7 @@ (define-public jucipp
|
|||
(list pkg-config xorg-server-for-tests))
|
||||
(inputs
|
||||
(list aspell
|
||||
bash-minimal
|
||||
boost
|
||||
clang-11 ;XXX: must be the same version as Mesas LLVM
|
||||
gtkmm-3
|
||||
|
@ -768,7 +769,8 @@ (define-public ghostwriter
|
|||
(native-inputs
|
||||
(list pkg-config qttools-5)) ; for lrelease
|
||||
(inputs
|
||||
(list hunspell
|
||||
(list bash-minimal
|
||||
hunspell
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
qtmultimedia-5
|
||||
|
|
Loading…
Reference in a new issue