aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
blob: a537d79783145d25d2681442664c48660ccc5f8e (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
(specifications->manifest
 (map
  symbol->string
  '(bash
    coreutils
    findutils
    diffutils
    grep
    sed
    git
    gawk
    make
    makefile2graph
    graphviz
    pandoc
    shellcheck
    gettext
    po4a
    mdpo
    hunspell
    hunspell-dict-en-utf8
    hunspell-dict-pt-utf8
    hunspell-dict-fr-utf8
    hunspell-dict-eo-utf8
    hunspell-dict-es-utf8)))