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 | Makefile: Add dependencies.svg to clean target (diff) | |
download | package-repository-7620e3fb70d943c77c91fb91a7cfc65da6badfca.tar.gz package-repository-7620e3fb70d943c77c91fb91a7cfc65da6badfca.tar.xz |
manifest.scm: Add graphviz package
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))) |