me
/
guix
Archived
1
0
Fork 0

gnu: debootstrap: Add missing input.

* gnu/packages/debian.scm (debootstrap)[inputs]: Add bash-minimal.
Efraim Flashner 2022-05-23 18:20:32 +03:00
parent d660d3f337
commit 1a1f9e7050
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#: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 @@ contains the archive keys used for that.")
(inputs
(list debian-archive-keyring
ubuntu-keyring
bash-minimal
dpkg
tzdata