From 65cf8196ea66e207c8c6f5015192eb0b34463457 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 5 Mar 2021 18:15:15 -0300 Subject: Add base project skeleton files --- aux/guix/manifest.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 aux/guix/manifest.scm (limited to 'aux/guix/manifest.scm') diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm new file mode 100644 index 0000000..9d3b266 --- /dev/null +++ b/aux/guix/manifest.scm @@ -0,0 +1,18 @@ +(specifications->manifest + (map symbol->string + '(bash + coreutils + findutils + diffutils + grep + sed + git + tar + gzip + gawk + make + perl + shellcheck + gettext + groff + pandoc))) -- cgit v1.2.3