From c290896243314db6de0f2359cbe3f6586344e4b8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 30 Jan 2021 10:47:10 -0300 Subject: manifest.scm: Add bash and jekyll packages --- aux/guix/manifest.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm index 0c8a225..fc18a87 100644 --- a/aux/guix/manifest.scm +++ b/aux/guix/manifest.scm @@ -1,6 +1,7 @@ (specifications->manifest (map symbol->string - '(coreutils + '(bash + coreutils findutils diffutils grep @@ -12,4 +13,6 @@ make perl shellcheck - pandoc))) + pandoc + + jekyll))) -- cgit v1.2.3