From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Arai Subject: Re: xclock package Date: Sat, 12 Jan 2019 12:54:04 +0900 Message-ID: <20190112035404.47kpvqw6pmqb3475@WaraToNora> References: <20190111104756.2wh5jwh5u6alvytn@WaraToNora> <20190111222044.GA30394@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1giAUt-0007kz-4E for help-guix@gnu.org; Fri, 11 Jan 2019 23:02:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1giAN6-0001tc-MA for help-guix@gnu.org; Fri, 11 Jan 2019 22:54:09 -0500 Received: from mail-pl1-x636.google.com ([2607:f8b0:4864:20::636]:32883) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1giAN6-0001t5-ED for help-guix@gnu.org; Fri, 11 Jan 2019 22:54:08 -0500 Received: by mail-pl1-x636.google.com with SMTP id z23so7657065plo.0 for ; Fri, 11 Jan 2019 19:54:07 -0800 (PST) Content-Disposition: inline In-Reply-To: <20190111222044.GA30394@jasmine.lan> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Leo Famulari Cc: help-guix@gnu.org On Fri, Jan 11, 2019 at 05:20:44PM -0500, Leo Famulari wrote: > On Sat, Jan 12, 2019 at 06:25:54AM +0900, Yoshinori Arai wrote: > > There is no xclock package in guix. I made it. > > How can I add it to duix package, maybe in xdisorg.scm. > > The basic steps for adding a Guix package are this: > > Install Guix: > > https://www.gnu.org/software/guix/manual/en/html_node/Installation.html > > Clone our Git repo: > > https://git.savannah.gnu.org/cgit/guix.git > > Add your package to the relevant file. I think xdisorg.scm is fine. > > Follow the Contributing section of our manual, especially the steps > Building from Git, Running Guix Before It Is Installed, and Submitting > Patches: > > https://www.gnu.org/software/guix/manual/en/html_node/Contributing.html > > Building from Git and Running Guix Before It Is Installed will help you > test your package. > > Let us know if you need any help or if it is too much work! Somebody > will pick up the package for you and add it to Guix. OK, I will try according to Contributing manual.