From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 18 10:31:10 2020 Received: (at 40709) by debbugs.gnu.org; 18 Dec 2020 15:31:10 +0000 Received: from localhost ([127.0.0.1]:39664 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqHin-0004gQ-7B for submit@debbugs.gnu.org; Fri, 18 Dec 2020 10:31:10 -0500 Received: from mx.kolabnow.com ([95.128.36.41]:15996) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqHih-0004fp-Pm for 40709@debbugs.gnu.org; Fri, 18 Dec 2020 10:31:07 -0500 Received: from localhost (unknown [127.0.0.1]) by ext-mx-out001.mykolab.com (Postfix) with ESMTP id 69D75412; Fri, 18 Dec 2020 16:30:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-transfer-encoding:mime-version:content-type:content-type :references:in-reply-to:date:date:from:from:subject:subject :message-id:received:received:received; s=dkim20160331; t= 1608305453; x=1610119854; bh=vR/3Kqr0tpqCE4yvIpigo/N6bqq6KHHBPvn UNLNwixQ=; b=D6A/bV3Hv6JnCslc9wM55jryfW0SHwAcnxvUwEQ67WNDV5YfIzp QV5UevcvkEYA32OMjLGMmxTNPkkimFK1Nhed7vyOM5nNIQ5iNxdhi6OjMaWsSTfw HyDEMyv/ruexFGnFifiorzI8bWLccdv1XlX28Ahj7VnG7gye5fbHANuOUnz/M5Vu 3kNo4Sz7XUkk8iPo4UsPF96QNsXJGXyCA8Z1L6tgbpGTcQmadcYGLBqNStDjYoP3 lJtiNqc9ESJtYngaEMRD9w/sq6oanDhYAJETRX9Ee30l15FUKPDu/1bY1DYMWAed sF8uE2FfZW6c9FQ3hHq4uo9adMNjxS8RC4xbzGhgD6nojtcFAldG74Vfg0IS8SMH ChuGc258oMFFoLPW+WRwsXd3cJPEu6vTwM7xuj1B95YwPWuAgFkbEjsQ0wpRC6Tg cwODKOXF4n8W/lacaAeVjNhT8c7LPjiWgYZE4EnpZtYXIiK9snMBcz0eO1HJYh0R l8msijZBAouRUEwG4I6ALNWz9Ojavy+aqzF8hVI2C5xm5wEvou51cxE5O/WhNkEY NCoo9ShAMEf4ma4Dl3A/6A+EWvgkOcxhar5nYfmNjadYySP+REDg1Wnqo7D17b76 qcKHYzMFhYjyOmpRyLkQFc7PGEQO126MdGeY5e+5grqYS05q8Jnaa6Y4= X-Virus-Scanned: amavisd-new at mykolab.com X-Spam-Flag: NO X-Spam-Score: -1.899 X-Spam-Level: X-Spam-Status: No, score=-1.899 tagged_above=-10 required=5 tests=[BAYES_00=-1.9, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out001.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XmMdV4fCooGJ; Fri, 18 Dec 2020 16:30:53 +0100 (CET) Received: from int-mx003.mykolab.com (unknown [10.9.13.3]) by ext-mx-out001.mykolab.com (Postfix) with ESMTPS id D029B41B; Fri, 18 Dec 2020 16:30:51 +0100 (CET) Received: from ext-subm002.mykolab.com (unknown [10.9.6.2]) by int-mx003.mykolab.com (Postfix) with ESMTPS id 6DC1E2B61; Fri, 18 Dec 2020 16:30:51 +0100 (CET) Message-ID: Subject: Re: [bug#40709] patch: gnu: adds tilibs2 libraries From: Christopher Howard To: Christopher Baines Date: Fri, 18 Dec 2020 06:30:46 -0900 In-Reply-To: <87mtyb17r0.fsf@cbaines.net> References: <87mtyb17r0.fsf@cbaines.net> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40709 Cc: 40709@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Thank you! -- Christopher Howard p: +1 (907) 374-0257 w: https://librehacker.com social: https://gnusocial.club/librehacker gpg: ADDEAADE5D607C8D (keys.gnupg.net) On Fri, 2020-12-18 at 14:58 +0000, Christopher Baines wrote: > Christopher Howard writes: > > > Patch for tilibs2 libraries is attached. These are dependencies of > > tiemu, a program that emulates Texas Instrument calculators, which > > I > > hope to be packaging soon. > > > > And yes, somebody with sufficient guile-foo could reduce a few > > lines > > I'm sure by stuffing the repeated source object into a variable. I > > don't have time for code golf but feel free to make the adjustment > > yourself. > > > > Guix lint gives no errors except that the source archive is not in > > the > > software heritage database. I don't know how to fix that. > > Hi Christopher, > > Apologies it's taken so long to take a look at this patch. > > I had to split your patch in to 4 commits, so that each commit is > just > adding one package [1]. I also wrote individual descriptions for each > package. > > 1: https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html > > I've pushed them to master as > e5bbb4662fd3198c036d2b7732694159d4c79346. > > Hopefully myself or someone else can take a look at the tiemu patch > soon. > > Thanks, > > Chris