From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: How install new package created? How contribute with it? Date: Wed, 05 Aug 2015 08:19:56 +0200 Message-ID: <87wpxauuib.fsf@elephly.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMs3Q-0005fV-3u for guix-devel@gnu.org; Wed, 05 Aug 2015 02:19:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMs3M-0002BK-QE for guix-devel@gnu.org; Wed, 05 Aug 2015 02:19:56 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:25018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMs3M-0002B2-93 for guix-devel@gnu.org; Wed, 05 Aug 2015 02:19:52 -0400 In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Daniel Pimentel Cc: guix-devel@gnu.org > ./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