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