diff options
author | Chris Marusich <cmmarusich@gmail.com> | 2016-04-03 16:29:56 -0700 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-04-09 09:34:05 +0800 |
commit | 4862910d0aeda17d4f5816d9681dad93255cf039 (patch) | |
tree | b16a5010e4ef7666b3e932e209bffbf9b7336dc9 /gnu-system.am | |
parent | 2331e5e86077957683d37ce7351ca827948ec723 (diff) | |
download | patches-4862910d0aeda17d4f5816d9681dad93255cf039.tar patches-4862910d0aeda17d4f5816d9681dad93255cf039.tar.gz |
gnu: Add anthy.
* gnu/packages/anthy.scm: New file.
* gnu-system.am: Add it.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 7aac127164..e413235648 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -3,6 +3,7 @@ # Copyright © 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr> # Copyright © 2016 Mathieu Lirzin <mthl@gnu.org> # Copyright © 2013, 2014, 2015, 2016 Mark H Weaver <mhw@netris.org> +# Copyright © 2016 Chris Marusich <cmmarusich@gmail.com> # # This file is part of GNU Guix. # @@ -35,6 +36,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/algebra.scm \ gnu/packages/aidc.scm \ gnu/packages/animation.scm \ + gnu/packages/anthy.scm \ gnu/packages/apl.scm \ gnu/packages/apr.scm \ gnu/packages/asciidoc.scm \ |