From f5d86927b3c3332fbb50babf0afa5d497293937f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 25 Jan 2021 17:52:27 -0300 Subject: Move other Guix files under build-aux/guix/ --- build-aux/guix/manifest.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 build-aux/guix/manifest.scm (limited to 'build-aux/guix/manifest.scm') diff --git a/build-aux/guix/manifest.scm b/build-aux/guix/manifest.scm new file mode 100644 index 0000000..0c8a225 --- /dev/null +++ b/build-aux/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