mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: debootstrap: Add missing input.
* gnu/packages/debian.scm (debootstrap)[inputs]: Add bash-minimal.
This commit is contained in:
parent
d660d3f337
commit
1a1f9e7050
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
#:use-module (gnu packages autotools)
|
#:use-module (gnu packages autotools)
|
||||||
#:use-module (gnu packages backup)
|
#:use-module (gnu packages backup)
|
||||||
#:use-module (gnu packages base)
|
#:use-module (gnu packages base)
|
||||||
|
#:use-module (gnu packages bash)
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
#:use-module (gnu packages crypto)
|
#:use-module (gnu packages crypto)
|
||||||
#:use-module (gnu packages dbm)
|
#:use-module (gnu packages dbm)
|
||||||
|
@ -249,6 +250,7 @@ contains the archive keys used for that.")
|
||||||
(inputs
|
(inputs
|
||||||
(list debian-archive-keyring
|
(list debian-archive-keyring
|
||||||
ubuntu-keyring
|
ubuntu-keyring
|
||||||
|
bash-minimal
|
||||||
dpkg
|
dpkg
|
||||||
tzdata
|
tzdata
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue