Re: How install new package created? How contribute with it?

2015-08-05 Thread Ricardo Wurmus
./pre-inst-env guix build rage -K [...] So, how I install this package? How I contribute to it (new package Rage to Guix packages)? To install it into your default profile you can just do ./pre-inst-env guix package -i rage To submit it to Guix please create a commit containing your

Re: How install new package created? How contribute with it?

2015-08-05 Thread Daniel Pimentel
On 2015-08-05 03:19, Ricardo Wurmus wrote: ./pre-inst-env guix build rage -K [...] So, how I install this package? How I contribute to it (new package Rage to Guix packages)? To install it into your default profile you can just do ./pre-inst-env guix package -i rage To submit it to

Re: How install new package created? How contribute with it?

2015-08-05 Thread Daniel Pimentel
On 2015-08-05 03:19, Ricardo Wurmus wrote: ./pre-inst-env guix build rage -K [...] So, how I install this package? How I contribute to it (new package Rage to Guix packages)? To install it into your default profile you can just do ./pre-inst-env guix package -i rage To submit it to

Re: How install new package created? How contribute with it?

2015-08-05 Thread Ricardo Wurmus
git commit -m 'Add Rage audio and video player by EFL' The commit message is wrong. Please take a look at other commit messages in the git log. It should be something like this: gnu: Add Rage player. * whatever/file.scm (variable): What changed. * another/file.scm: New file. *

Re: How install new package created? How contribute with it?

2015-08-05 Thread Daniel Pimentel
On 2015-08-05 09:45, Ricardo Wurmus wrote: git commit -m 'Add Rage audio and video player by EFL' The commit message is wrong. Please take a look at other commit messages in the git log. It should be something like this: gnu: Add Rage player. * whatever/file.scm (variable): What

Re: How install new package created? How contribute with it?

2015-08-04 Thread Pjotr Prins
Hi Daniel, Great! Submit a patch to this mailing list. See the Guix documentation on howto do that. You can also check my https://github.com/pjotrp/guix-notes/blob/master/HACKING.org#making-a-patch-to-submit-to-the-mailing-list for some unofficial notes. Pj. On Wed, Aug 05, 2015 at

How install new package created? How contribute with it?

2015-08-04 Thread Daniel Pimentel
Hi guix, I create derivation of package Rage with success. Steps: git clone git://git.savannah.gnu.org/guix.git cd guix ./bootstrap ./configure --with-libgcrypt-prefix=$HOME/.guix-profile/ --localstatedir=/var make make check guix download