guix-builder/manifest-dev.scm
Collin J. Doering ee4497528b
manifest-dev.scm: Add gzip to development manifest
Its used in 'Makefile' as part of the tar.gz creation.
2024-01-01 22:58:31 -05:00

6 lines
93 B
Scheme

(specifications->manifest
(list "make"
"tar"
"gzip"
"docker-cli"))