From ee4497528bb98ea09d57998aa655359e36e33c19 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Mon, 1 Jan 2024 22:58:04 -0500 Subject: [PATCH] manifest-dev.scm: Add gzip to development manifest Its used in 'Makefile' as part of the tar.gz creation. --- manifest-dev.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest-dev.scm b/manifest-dev.scm index 018e5be..c8f34b3 100644 --- a/manifest-dev.scm +++ b/manifest-dev.scm @@ -1,4 +1,5 @@ (specifications->manifest (list "make" "tar" + "gzip" "docker-cli"))