diff options
author | pjotrp | 2016-02-26 08:43:13 +0000 |
---|---|---|
committer | pjotrp | 2016-02-26 08:43:13 +0000 |
commit | 61435b2d111793806f19793655a3a187aec9562e (patch) | |
tree | 71fcdfb233ff104f6bd27d2a3b0fca8b4f7637cd /gn | |
parent | e4f68f18630702686307977a159c1b23f755d576 (diff) | |
download | guix-bioinformatics-61435b2d111793806f19793655a3a187aec9562e.tar.gz |
Fix ruby error
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/ruby.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/ruby.scm b/gn/packages/ruby.scm index 0e1fa88..bebc678 100644 --- a/gn/packages/ruby.scm +++ b/gn/packages/ruby.scm @@ -16,7 +16,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. -(define-module (gnu packages ruby) +(define-module (gn packages ruby) #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages) #:use-module (gnu packages compression) |