diff options
author | Andreas Enge <andreas@enge.fr> | 2013-05-05 00:06:32 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-05-05 00:09:37 +0200 |
commit | 3a08a411887704ddce9f01336608fba4ba48db4d (patch) | |
tree | 26e578ae106936698dfb9d4226ea07b567a49bfd /Makefile.am | |
parent | fbd8445704bff083f6df90e2eed3311c2ce2ed06 (diff) | |
download | guix-3a08a411887704ddce9f01336608fba4ba48db4d.tar guix-3a08a411887704ddce9f01336608fba4ba48db4d.tar.gz |
gnu: Add atk.
* gnu/packages/gtk.scm: New module.
* 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 43f8c3fb82..61d8bddf0e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,6 +108,7 @@ MODULES = \ gnu/packages/groff.scm \ gnu/packages/grub.scm \ gnu/packages/gsasl.scm \ + gnu/packages/gtk.scm \ gnu/packages/guile.scm \ gnu/packages/help2man.scm \ gnu/packages/icu4c.scm \ |