mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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 @@ (define-module (gnu packages debian)
|
|||
#:use-module (gnu packages autotools)
|
||||
#:use-module (gnu packages backup)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages crypto)
|
||||
#:use-module (gnu packages dbm)
|
||||
|
@ -249,6 +250,7 @@ (define-public debootstrap
|
|||
(inputs
|
||||
(list debian-archive-keyring
|
||||
ubuntu-keyring
|
||||
bash-minimal
|
||||
dpkg
|
||||
tzdata
|
||||
|
||||
|
|
Loading…
Reference in a new issue