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