diff options
author | Andreas Enge <andreas@enge.fr> | 2013-06-14 20:57:43 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-06-14 21:43:04 +0200 |
commit | 6131c43d45e2765345d51d355c4e9136f2603747 (patch) | |
tree | 285c552c2a0283c4c81ad4719a758b92193a0232 /Makefile.am | |
parent | 7cf2a2a1e2e73ea413eb82bec513348473f19d96 (diff) | |
download | guix-6131c43d45e2765345d51d355c4e9136f2603747.tar.gz |
gnu: Add cairo.
* gnu/packages/gtk.scm (cairo): New variable.
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 4a7e787c73..b67dd0bd09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,6 +107,7 @@ MODULES = \ gnu/packages/gdbm.scm \ gnu/packages/gettext.scm \ gnu/packages/ghostscript.scm \ + gnu/packages/git.scm \ gnu/packages/glib.scm \ gnu/packages/global.scm \ gnu/packages/gnupg.scm \ |