Re: [PATCH] New ruby package

2014-09-27 Thread David Thompson
Pjotr Prins writes: > Working Ruby package. Next step is to get gems working locally. I don't have the patches quite ready yet, but I wrote a working Ruby build system for building gems locally. I'll share the patches when I wake up. -- David Thompson Web Developer - Free Software Foundation

Re: [PATCH] New ruby package

2014-09-27 Thread David Thompson
Pjotr Prins writes: > Ok, hopefully this is the right patch after rebase and format-patch. > I can confirm that the package builds and runs. :) > From d0d9843f80aca29e51f82c2da894369f892c9e3c Mon Sep 17 00:00:00 2001 > From: Pjotr Prins > Date: Sat, 27 Sep 2014 14:56:44 +0200 > Subject: [PATCH

Re: [PATCH] New ruby package

2014-09-27 Thread Pjotr Prins
Ok, hopefully this is the right patch after rebase and format-patch. >From d0d9843f80aca29e51f82c2da894369f892c9e3c Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 27 Sep 2014 14:56:44 +0200 Subject: [PATCH] packages: Add Ruby * gnu/packages/ruby.scm (Ruby): Added Ruby package * guix/licen

[PATCH] New ruby package

2014-09-27 Thread Pjotr Prins
Working Ruby package. Next step is to get gems working locally. diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm new file mode 100644 index 000..a13606c --- /dev/null +++ b/gnu/packages/ruby.scm @@ -0,0 +1,99 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright ©