[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/51: gnu: python-git-review: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
42/51: gnu: python-git-review: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 15:19:34 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit c700f4f3b87eff86155840f91bf9654b9d6f9e3b
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:13:14 2021 +0200
gnu: python-git-review: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/openstack.scm
(python-git-review)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ib17da31cc7f25d91e12e3cda95cf07a01f6f21d7
---
gnu/packages/openstack.scm | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 0937dc2e4f..8e53ba8f62 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -26,6 +26,7 @@
(define-module (gnu packages openstack)
#:use-module (gnu packages)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages check)
#:use-module (gnu packages databases)
#:use-module (gnu packages gnupg)
@@ -977,14 +978,10 @@ permanence.")
`("PATH" ":" prefix
,(map (lambda (dir)
(string-append dir "/bin"))
- (list git openssh)))))
- #t)))))
- (native-inputs
- (list python-pbr))
- (propagated-inputs
- (list python-requests))
- (inputs
- (list git openssh))
+ (list git openssh))))))))))
+ (native-inputs (list python-pbr))
+ (propagated-inputs (list python-requests))
+ (inputs (list bash-minimal git openssh))
(home-page "https://docs.openstack.org/infra/git-review/")
(synopsis "Command-line tool for Gerrit")
(description
- 09/51: gnu: swish-e: Add 'bash' input for 'wrap-program'., (continued)
- 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
- 13/51: gnu: phabricator: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 15/51: gnu: lxqt: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 19/51: gnu: kawa: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 22/51: gnu: lightdm: Explicitely use a native 'bash' for 'wrap-program'., guix-commits, 2023/10/21
- 24/51: gnu: dns: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 34/51: gnu: gpsd: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 43/51: gnu: orange: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 42/51: gnu: python-git-review: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 23/51: gnu: lightdm-djvu: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 29/51: gnu: itstool: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 44/51: gnu: piet: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 46/51: gnu: presentty: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 48/51: gnu: python-screenkey: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 16/51: gnu: linux: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 25/51: gnu: dblatex: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 26/51: gnu: zeal: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 31/51: gnu: windowmaker: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 32/51: gnu: icecat: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21