diff options
author | Pjotr Prins <pjotr.public01@thebird.nl> | 2014-09-27 14:56:44 +0200 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-09-28 15:09:24 -0400 |
commit | 6ef8c59a7a78742cd8fc08ad7bb1d90625916f9a (patch) | |
tree | 3521dc473a12463853b80d85d5e03ad0bc25b8c9 /gnu-system.am | |
parent | 3472bb20c5521f9dc85404a4dab9abef11c87a22 (diff) | |
download | patches-6ef8c59a7a78742cd8fc08ad7bb1d90625916f9a.tar patches-6ef8c59a7a78742cd8fc08ad7bb1d90625916f9a.tar.gz |
gnu: Add ruby.
Co-authored-by: David Thompson <davet@gnu.org>
* gnu/packages/ruby.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* guix/licenses.scm (ruby): New variable.
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 e774f5053d..126f4e341d 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -214,6 +214,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/readline.scm \ gnu/packages/rrdtool.scm \ gnu/packages/rsync.scm \ + gnu/packages/ruby.scm \ gnu/packages/rush.scm \ gnu/packages/samba.scm \ gnu/packages/scheme.scm \ |