aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-06-17 01:15:55 +0200
committerLudovic Courtès <ludo@gnu.org>2013-06-17 01:17:05 +0200
commitb1b07d72c755ea314fb0c8333cd88293ee504ce4 (patch)
tree548210490b70fc560ea1017c29113a698c68e273 /Makefile.am
parent7997c4bf76e93ce4e916498847fffba46b859a0b (diff)
downloadguix-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.am1
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 \