aboutsummaryrefslogtreecommitdiff
path: root/aux/containers/guix/manifest.scm
blob: 3ba3fec4ab83cffe92cf23e6bd0ab5fcb16eff9f (about) (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
27
28
29
30
(specifications->manifest
 (map symbol->string
      '(bash
        coreutils
        findutils
        diffutils
        grep
        sed
        git
        tar
        gzip
        gawk
        make
        perl
        shellcheck
        pandoc

        md4c
        jekyll
        python
        flac
        mediainfo
        mdpo-patched
        hunspell
        inkscape
        imagemagick
        ffmpeg
        lilypond
        mktorrent-latest ;; in xyz-euandreh channel
        timidity++)))