diff options
author | EuAndreh <eu@euandre.org> | 2021-02-28 23:43:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-28 23:43:15 -0300 |
commit | 7620e3fb70d943c77c91fb91a7cfc65da6badfca (patch) | |
tree | a3c1d9743fca015d39cb4e500af62c4c6d7853d0 /aux | |
parent | 8ee28c7833531a66f675e8e9675900054f7f52d4 (diff) | |
download | package-repository-7620e3fb70d943c77c91fb91a7cfc65da6badfca.tar.gz |
manifest.scm: Add graphviz package
Notes
Notes:
See CI logs with:
git notes --ref=refs/notes/ci-logs show 7620e3fb70d943c77c91fb91a7cfc65da6badfca
git notes --ref=refs/notes/ci-data show 7620e3fb70d943c77c91fb91a7cfc65da6badfca
Diffstat (limited to 'aux')
-rw-r--r-- | aux/guix/manifest.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm index 24b76ed..68fd56e 100644 --- a/aux/guix/manifest.scm +++ b/aux/guix/manifest.scm @@ -16,4 +16,5 @@ gettext groff pandoc - nixfmt))) + nixfmt + graphviz))) |