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

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