diff options
author | EuAndreh <eu@euandre.org> | 2023-04-14 09:33:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-14 09:33:56 -0300 |
commit | e90d6bc34fdf8f590c92ffecacfc90cc3885611e (patch) | |
tree | 4c24dc9c4fdf72ed087c9e3e311479d13d9a667e /aux/guix/manifest.scm | |
parent | TODOs.md: Add #task-1554614f-2e33-616d-d021-70828dbf0381 (diff) | |
download | gistatic-e90d6bc34fdf8f590c92ffecacfc90cc3885611e.tar.gz gistatic-e90d6bc34fdf8f590c92ffecacfc90cc3885611e.tar.xz |
rm -rf aux/
Diffstat (limited to '')
-rw-r--r-- | aux/guix/manifest.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm deleted file mode 100644 index f670fdd..0000000 --- a/aux/guix/manifest.scm +++ /dev/null @@ -1,24 +0,0 @@ -(specifications->manifest - (map symbol->string - '(bash - coreutils - findutils - diffutils - grep - sed - m4 - git - gawk - make - makefile2graph - graphviz - shellcheck - pandoc - gettext - po4a-text - mdpo-patched - hunspell - hunspell-dict-en-utf8 - hunspell-dict-pt-utf8 - hunspell-dict-fr-utf8 - hunspell-dict-eo-utf8))) |