aboutsummaryrefslogtreecommitdiff
path: root/aux/guix/manifest.scm
blob: 041bea8594b94d8b7c2336d4a2d79fda361c0f8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
(specifications->manifest
 (map symbol->string
      '(bash
        coreutils
        findutils
        diffutils
        grep
        sed
        git
        tar
        gzip
        gawk
        make
        perl
        shellcheck
        pandoc
        groff
        gettext

        posix-c99
        clang-toolchain
        valgrind
        fallible-latest
        remembering-latest)))