diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-12 22:25:16 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-12 22:25:16 +0100 |
commit | 39224d94e3f3ccc42aae924e9e0ce651d78e4c4b (patch) | |
tree | 3d479bc15d394f7c4f9af480cc5c633cbdf989be /Makefile.am | |
parent | fe8ccfcc7212a5610e547dbf29f3a04cde3e816a (diff) | |
download | guix-39224d94e3f3ccc42aae924e9e0ce651d78e4c4b.tar guix-39224d94e3f3ccc42aae924e9e0ce651d78e4c4b.tar.gz |
distro: Add MySQL.
* distro/packages/mysql.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 487ac05ec4..d7da33d397 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,6 +87,7 @@ MODULES = \ distro/packages/make-bootstrap.scm \ distro/packages/mit-krb5.scm \ distro/packages/multiprecision.scm \ + distro/packages/mysql.scm \ distro/packages/nano.scm \ distro/packages/ncurses.scm \ distro/packages/nettle.scm \ |