guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Daniel Pimentel
Subject: Re: How install new package created? How contribute with it?
Date: Wed, 05 Aug 2015 09:12:56 -0300
User-agent: Roundcube Webmail/1.0.6

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 Guix please create a commit containing your changes,
then

    git format-patch -1

and send the patch to the guix-devel mailing list.

~~ Ricardo
Ricardo, Pjort and guix,

I did:
git add gnu-system.am
git add gnu/packages/rage.scm
git commit -m 'Add Rage audio and video player by EFL'
git format-patch -l origin/master gnu/packages/rage.scm

So, there's a 0001-Add-Rage-a-video-and-audio-player-written-with-EFL.patch file that I sent to guix-devel mailing list in other thread.

Is correct way to send patch?
--
Daniel Pimentel (d4n1 3:)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]