[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/14: gnu: cloud-utils: Add bash-minimal to inputs.
From: |
guix-commits |
Subject: |
04/14: gnu: cloud-utils: Add bash-minimal to inputs. |
Date: |
Thu, 19 Oct 2023 23:43:12 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit e09d9ac9dc56200f940dbcccb6c3bcc4517d046f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 19 23:24:10 2023 -0400
gnu: cloud-utils: Add bash-minimal to inputs.
* gnu/packages/admin.scm (cloud-utils) [inputs]: Add bash-minimal.
Change-Id: I7b2d699784b14b0ca919a698d945560e6bce35c0
---
gnu/packages/admin.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 9eb5f1ce9c..557c82524a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -511,9 +511,10 @@ inspired by @command{vi}.")
(list "bin/readlink"
"sbin/sfdisk")))))))))))
(inputs
- (list coreutils ; for readlink
+ (list bash-minimal ;for wrap-program
+ coreutils ;for readlink
python
- util-linux)) ; sfdisk for growpart
+ util-linux)) ;sfdisk for growpart
(home-page "https://launchpad.net/cloud-utils")
(synopsis "Set of utilities for cloud computing environments")
(description
- branch core-updates updated (791499d97e -> 6d10ec739d), guix-commits, 2023/10/19
- 01/14: gnu: file: Update to 5.45, guix-commits, 2023/10/19
- 08/14: gnu: dstat: Add bash-minimal to inputs and use gexps., guix-commits, 2023/10/19
- 04/14: gnu: cloud-utils: Add bash-minimal to inputs.,
guix-commits <=
- 10/14: gnu: arandr: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 02/14: gnu: libinput: Update to 1.24.0., guix-commits, 2023/10/19
- 06/14: gnu: rename: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 13/14: gnu: wl-clipboard-x11: Remove trailing #t., guix-commits, 2023/10/19
- 05/14: gnu: clusterssh: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 12/14: gnu: gammastep: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 03/14: gnu: libinput: Remove input labels., guix-commits, 2023/10/19
- 07/14: gnu: nmap: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 09/14: gnu: mkfontdir: Add bash-minimal to inputs., guix-commits, 2023/10/19
- 11/14: gnu: redshift: Add bash-minimal to inputs., guix-commits, 2023/10/19