diff options
author | Kei Yamashita <kei@openmailbox.org> | 2016-04-17 10:14:55 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-04-18 15:45:41 -0400 |
commit | c21a25627241468cb3181dc50c5abfd205bca05d (patch) | |
tree | d11e0f134777ced181de55dbf9ee010e767cebd1 /gnu-system.am | |
parent | cf1b55bd32f8cf44aa91712c8d159ad7ca515e4f (diff) | |
download | patches-c21a25627241468cb3181dc50c5abfd205bca05d.tar patches-c21a25627241468cb3181dc50c5abfd205bca05d.tar.gz |
gnu: Add dillo.
* gnu/packages/dillo.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Leo Famulari <leo@famulari.name>
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 2b4c71d11f..d58155a1b5 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -4,6 +4,7 @@ # 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> +# Copyright © 2016 Kei Yamashita <kei@openmailbox.org> # # This file is part of GNU Guix. # @@ -90,6 +91,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/dejagnu.scm \ gnu/packages/dico.scm \ gnu/packages/dictionaries.scm \ + gnu/packages/dillo.scm \ gnu/packages/disk.scm \ gnu/packages/djvu.scm \ gnu/packages/dns.scm \ |