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

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