aboutsummaryrefslogtreecommitdiff
path: root/aux/containers/guix/manifest.scm
blob: cf9a6d7afd4f2812217fa721c1570540b66326b1 (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
25
26
(specifications->manifest
 (map symbol->string
      '(bash
        coreutils
        findutils
        diffutils
        grep
        sed
        m4
        git
        tar
        gawk
        make
        shellcheck
        pandoc
        gettext
        po4a-text
        mdpo-patched
        td-latest
        hunspell
        hunspell-dict-en-utf8
        hunspell-dict-pt-utf8
        hunspell-dict-fr-utf8
        hunspell-dict-eo-utf8

        glibc)))