From 29024cfcebf6ec96161fc44f2d536d65ab278c4c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 22 Jan 2021 15:22:59 -0300 Subject: Add build-aux/with-container.sh and the supporting files under guix/ --- guix/manifest.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 guix/manifest.scm (limited to 'guix/manifest.scm') diff --git a/guix/manifest.scm b/guix/manifest.scm new file mode 100644 index 0000000..0c8a225 --- /dev/null +++ b/guix/manifest.scm @@ -0,0 +1,15 @@ +(specifications->manifest + (map symbol->string + '(coreutils + findutils + diffutils + grep + sed + git + tar + gzip + gawk + make + perl + shellcheck + pandoc))) -- cgit v1.2.3