[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/40: gnu: text-editors: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
23/40: gnu: text-editors: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 01:53:16 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit a8b80b53ed3022a93b2adb95b22ea8bed34fb031
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:06:52 2021 +0200
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
---
gnu/packages/text-editors.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 6d792fa3d8..0906d840ec 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -160,7 +160,7 @@
(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
@@ -390,6 +390,7 @@ bindings and many of the powerful features of GNU Emacs.")
(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
@@ -685,7 +686,8 @@ scripts/input/X11/C/Shell/HTML/Dired): 49KB.
(native-inputs
(list pkg-config qttools-5)) ; for lrelease
(inputs
- (list hunspell
+ (list bash-minimal
+ hunspell
qtbase-5
qtdeclarative-5
qtmultimedia-5
- 36/40: gnu: remmina: Add 'bash' input for 'wrap-program'., (continued)
- 36/40: gnu: remmina: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 37/40: gnu: virtualization: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 19/40: gnu: xfce: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 24/40: gnu: emulators: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 27/40: gnu: dirvish: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 38/40: gnu: texlive-biber: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 39/40: gnu: fzf: Add 'bash-minimal' input for 'wrap-program'., guix-commits, 2023/10/21
- 40/40: gnu: blanket: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 12/40: gnu: remind: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 20/40: gnu: web: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 23/40: gnu: text-editors: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 34/40: gnu: awesome: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21