diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-11-24 23:52:09 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-24 23:54:30 +0100 |
commit | c9e34a6a77b26a56d68e75913ce12ea15800bc7f (patch) | |
tree | 7563609451be16199694f7acf4afa153c298312a /gnu-system.am | |
parent | 2d2651e7813a232e1e49e8aa0d0e267dd9dd1f18 (diff) | |
download | patches-c9e34a6a77b26a56d68e75913ce12ea15800bc7f.tar patches-c9e34a6a77b26a56d68e75913ce12ea15800bc7f.tar.gz |
gnu: Add GNU Dico.
* gnu/packages/dico.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 61dfced1be..3f83b8bd7e 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -83,6 +83,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/dc.scm \ gnu/packages/debug.scm \ gnu/packages/dejagnu.scm \ + gnu/packages/dico.scm \ gnu/packages/dictionaries.scm \ gnu/packages/disk.scm \ gnu/packages/djvu.scm \ |