diff options
author | EuAndreh <eu@euandre.org> | 2021-01-26 22:10:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-26 22:11:24 -0300 |
commit | bbf8905b1da828f21cff43830acdb1c7dd07ffad (patch) | |
tree | 7638938d7f42bb77405eb9bda76e1a53dd4c5976 /build-aux/guix | |
parent | lib.sh: Limit the amount of bytes output by od (diff) | |
download | remembering-bbf8905b1da828f21cff43830acdb1c7dd07ffad.tar.gz remembering-bbf8905b1da828f21cff43830acdb1c7dd07ffad.tar.xz |
manifest.scm: Add groff package, fix CI build
Diffstat (limited to '')
-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 7164e5c..ab3e7bc 100644 --- a/build-aux/guix/manifest.scm +++ b/build-aux/guix/manifest.scm @@ -13,4 +13,5 @@ make perl shellcheck - pandoc))) + pandoc + groff))) |