diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2013-10-15 00:14:34 +0200 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2013-12-15 23:39:43 +0100 |
commit | af949e8ee7e134e30e559dcfa9cf59a3d28ea350 (patch) | |
tree | b7c26a97dfbcd6d663f6ca7f306301e59584db3c /Makefile.am | |
parent | 503c5f6d5d5b61097731158e70ff598fe42d6345 (diff) | |
download | guix-af949e8ee7e134e30e559dcfa9cf59a3d28ea350.tar guix-af949e8ee7e134e30e559dcfa9cf59a3d28ea350.tar.gz |
gnu: gtk+: enable introspection.
* gnu/packages/gtk.scm (atk, gdk-pixbuf, gtk+, pango): enable introspection
* guix/build/gnome.scm: New file.
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 a99f8c1a25..13088ff525 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,6 +52,7 @@ MODULES = \ guix/ui.scm \ guix/build/download.scm \ guix/build/cmake-build-system.scm \ + guix/build/gnome.scm \ guix/build/gnu-build-system.scm \ guix/build/gnu-dist.scm \ guix/build/linux-initrd.scm \ |