diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-06-17 01:15:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-06-17 01:17:05 +0200 |
commit | b1b07d72c755ea314fb0c8333cd88293ee504ce4 (patch) | |
tree | 548210490b70fc560ea1017c29113a698c68e273 /Makefile.am | |
parent | 7997c4bf76e93ce4e916498847fffba46b859a0b (diff) | |
download | guix-b1b07d72c755ea314fb0c8333cd88293ee504ce4.tar guix-b1b07d72c755ea314fb0c8333cd88293ee504ce4.tar.gz |
gnu: Add Graphviz.
* gnu/packages/graphviz.scm: New file.
* Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b7a3ac2a36..d7f6341b00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -115,6 +115,7 @@ MODULES = \ gnu/packages/gnutls.scm \ gnu/packages/gperf.scm \ gnu/packages/gprolog.scm \ + gnu/packages/graphviz.scm \ gnu/packages/groff.scm \ gnu/packages/grub.scm \ gnu/packages/grue-hunter.scm \ |