From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: How install new package created? How contribute with it? Date: Wed, 5 Aug 2015 07:53:23 +0200 Message-ID: <20150805055323.GA32492@thebird.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMrfD-0002fZ-47 for guix-devel@gnu.org; Wed, 05 Aug 2015 01:54:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMrf9-0007fJ-3l for guix-devel@gnu.org; Wed, 05 Aug 2015 01:54:55 -0400 Received: from mail.thebird.nl ([95.154.246.10]:33709) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMrf8-0007da-UO for guix-devel@gnu.org; Wed, 05 Aug 2015 01:54:51 -0400 Content-Disposition: inline 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 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 12:03:51AM -0300, Daniel Pimentel wrote: > 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 > http://download.enlightenment.org/rel/apps/rage/rage-0.1.4.tar.gz > /gnu/store/9f75ba59cxfcw8val68xsxqsvj5bxva1-rage-0.1.4.tar.gz > 10j3n8crk16jzqz2hn5djx6vms5f6x83qyiaphhqx94h9dgv2mgg > > emacs gnu-system.am (added "gnu/packages/rage.scm") > emacs gnu/packages/rage.scm (edit it, a lot of lines) > > ./pre-inst-env guix build rage -K > > Last lines: > configure: creating ./config.status > config.status: creating Makefile > config.status: creating rage.spec > config.status: creating pkgbuild/PKGBUILD > config.status: creating rage_config.h > config.status: executing depfiles commands > configure: WARNING: unrecognized options: --enable-fast-install > ------------------------------------------------------------------------ > rage 0.1.4 > ------------------------------------------------------------------------ > > /gnu/store/hhrqa802r470f0cdah7hsjnv0wknlagf-rage-0.1.4 > > So, how I install this package? How I contribute to it (new package > Rage to Guix packages)? > > Thanks for all, > > -- > Daniel Pimentel (d4n1 3:) > --