[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/51: gnu: byobu: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
10/51: gnu: byobu: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 15:19:30 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 2f71f755987a0253b4cd0fab178229109080e240
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:07:21 2021 +0200
gnu: byobu: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/screen.scm (byobu)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/screen.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/screen.scm b/gnu/packages/screen.scm
index 7c16ee239a..026b0042f0 100644
--- a/gnu/packages/screen.scm
+++ b/gnu/packages/screen.scm
@@ -33,6 +33,7 @@
#:use-module (guix build-system gnu)
#:use-module (gnu packages)
#:use-module (gnu packages autotools)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages hurd)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages perl)
@@ -119,7 +120,8 @@ controlling terminal and attach to it later.")
(patches (search-patches "byobu-writable-status.patch"))))
(build-system gnu-build-system)
(inputs
- `(("python" ,python-wrapper) ; for config and session GUIs
+ `(("bash" ,bash-minimal) ; for wrap-program
+ ("python" ,python-wrapper) ; for config and session GUIs
("python-newt" ,newt "python")))
(arguments
`(#:phases
- branch core-updates updated (f4cbc7fc0d -> 1d17861e87), guix-commits, 2023/10/21
- 01/51: gnu: syndication: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 02/51: gnu: ibus: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 03/51: gnu: photo: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 06/51: gnu: syncthing-gtk: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 10/51: gnu: byobu: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 12/51: gnu: perl: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 14/51: gnu: 389-ds-base: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 17/51: gnu: licensecheck: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 11/51: gnu: sawfish: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 21/51: gnu: ranger: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 07/51: gnu: spice: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 08/51: gnu: execline: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 09/51: gnu: swish-e: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 05/51: gnu: ceph: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 04/51: gnu: mosh: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21