aboutsummaryrefslogtreecommitdiff
path: root/aux/guix/manifest.scm
blob: 2301ad6641905e647c594d0987c683fad1f167d0 (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
(specifications->manifest
 (map symbol->string
      '(bash
        coreutils
        findutils
        diffutils
        grep
        sed
        git
        gawk
        make
        perl
        shellcheck
        pandoc
        gettext
        po4a
        glibc

        hunspell-iconv
        hunspell-dict-en-utf8
        hunspell-dict-pt-utf8
        hunspell-dict-fr-utf8
        hunspell-dict-eo-utf8)))