diff options
author | EuAndreh <eu@euandre.org> | 2021-01-26 21:27:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-26 21:27:25 -0300 |
commit | f1a0f174163b3929fc750ab04b304b08effdf3c0 (patch) | |
tree | 077a3de166fc500d94b91e12c602d0d8166966fe | |
parent | v0.1.1: Allow names with spaces (diff) | |
download | remembering-f1a0f174163b3929fc750ab04b304b08effdf3c0.tar.gz remembering-f1a0f174163b3929fc750ab04b304b08effdf3c0.tar.xz |
manifest.scm: Add missing Bash package
-rw-r--r-- | build-aux/guix/manifest.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/guix/manifest.scm b/build-aux/guix/manifest.scm index 0c8a225..7164e5c 100644 --- a/build-aux/guix/manifest.scm +++ b/build-aux/guix/manifest.scm @@ -1,6 +1,7 @@ (specifications->manifest (map symbol->string - '(coreutils + '(bash + coreutils findutils diffutils grep |