From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57400) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7mg0-0004IO-FX for guix-patches@gnu.org; Fri, 28 Feb 2020 15:56:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7mfz-0005YC-3S for guix-patches@gnu.org; Fri, 28 Feb 2020 15:56:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56103) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j7mfy-0005Y7-UJ for guix-patches@gnu.org; Fri, 28 Feb 2020 15:56:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j7mfy-0001dT-U7 for guix-patches@gnu.org; Fri, 28 Feb 2020 15:56:02 -0500 Subject: [bug#39828] [PATCH] gnu: Add icoutils. Resent-Message-ID: Date: Fri, 28 Feb 2020 15:54:47 -0500 From: Leo Famulari Message-ID: <20200228205447.GA29994@jasmine.lan> References: <44d2e3ad748801ebaaee56a4ff51993ac4c47099.1582922512.git.h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44d2e3ad748801ebaaee56a4ff51993ac4c47099.1582922512.git.h.goebel@crazy-compilers.com> 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: Hartmut Goebel Cc: 39828@debbugs.gnu.org On Fri, Feb 28, 2020 at 09:43:04PM +0100, Hartmut Goebel wrote: > * gnu/packages/image.scm (icoutils): New variable. Thanks, LGTM!