diff options
Diffstat (limited to 'aux/containers/guix/manifest.scm')
-rw-r--r-- | aux/containers/guix/manifest.scm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/aux/containers/guix/manifest.scm b/aux/containers/guix/manifest.scm new file mode 100644 index 0000000..b10cc6d --- /dev/null +++ b/aux/containers/guix/manifest.scm @@ -0,0 +1,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++))) |