From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dACrD-0002pJ-2K for guix-patches@gnu.org; Mon, 15 May 2017 06:04:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dACrC-00070p-9N for guix-patches@gnu.org; Mon, 15 May 2017 06:04:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42851) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dACrC-00070l-6W for guix-patches@gnu.org; Mon, 15 May 2017 06:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dACrB-0007jz-Sk for guix-patches@gnu.org; Mon, 15 May 2017 06:04:01 -0400 Subject: bug#26938: [PATCH] gnu: Add catdoc. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <1494841458-12962-1-git-send-email-h.goebel@crazy-compilers.com> Date: Mon, 15 May 2017 12:03:40 +0200 In-Reply-To: <1494841458-12962-1-git-send-email-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Mon, 15 May 2017 11:44:18 +0200") Message-ID: <87k25il9mr.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: 26938@debbugs.gnu.org Hartmut Goebel skribis: > * gnu/packages/textutils.scm (catdoc): New variable. LGTM, thanks! Ludo'.