From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54875) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDjp6-00045K-8x for guix-patches@gnu.org; Mon, 16 Mar 2020 03:06:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDjp5-0008BD-4y for guix-patches@gnu.org; Mon, 16 Mar 2020 03:06:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58224) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jDjp4-00086r-Rz for guix-patches@gnu.org; Mon, 16 Mar 2020 03:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jDjp4-0000yF-KG for guix-patches@gnu.org; Mon, 16 Mar 2020 03:06:02 -0400 Subject: [bug#40086] [PATCH 00/11] Expand edirect programs Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:52584) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDjoP-0003rA-FQ for guix-patches@gnu.org; Mon, 16 Mar 2020 03:05:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDjoO-00005c-B2 for guix-patches@gnu.org; Mon, 16 Mar 2020 03:05:21 -0400 Received: from flashner.co.il ([178.62.234.194]:54886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jDjoO-0003Dc-0B for guix-patches@gnu.org; Mon, 16 Mar 2020 03:05:20 -0400 From: Efraim Flashner Date: Mon, 16 Mar 2020 09:04:12 +0200 Message-Id: <20200316070412.12364-1-efraim@flashner.co.il> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40086@debbugs.gnu.org Cc: Efraim Flashner There are a lot more programs and pieces to edirect and I've had these in a separate channel for a while. It would certainly be far more convenient to have this upstream in Guix itself. Efraim Flashner (11): gnu: Add go-golang-org-x-image. gnu: Add go-golang-org-rainycape-unidecode. gnu: Add go-github-com-golang-freetype. gnu: Add go-github-com-fogleman-gg. gnu: Add go-github-com-gedex-inflector. gnu: Add go-github-com-klauspost-cpuid. gnu: Add go-github-com-pbnjay-memory. gnu: Add go-github-com-surge-glog. gnu: Add go-github-com-surgebase-porter2. gnu: Add edirect-go-programs. gnu: edirect: Install more programs. gnu/packages/bioinformatics.scm | 114 +++++++++++++-- gnu/packages/golang.scm | 237 +++++++++++++++++++++++++++++++- 2 files changed, 337 insertions(+), 14 deletions(-) --=20 2.25.1