manifest-dev.scm: Add gzip to development manifest

Its used in 'Makefile' as part of the tar.gz creation.
This commit is contained in:
Collin J. Doering 2024-01-01 22:58:04 -05:00
parent 6272f96bd1
commit ee4497528b
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
(specifications->manifest
(list "make"
"tar"
"gzip"
"docker-cli"))