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

        posix-c99
        valgrind
        fallible-latest)))