From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: Re: [PATCH 0/3] Add man-db and libpipeline Date: Tue, 08 Apr 2014 20:52:15 -0400 Message-ID: <87lhvf2ukg.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> References: <877g72ezqb.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXgkc-0007yV-Du for guix-devel@gnu.org; Tue, 08 Apr 2014 20:52:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXgkV-00084G-C3 for guix-devel@gnu.org; Tue, 08 Apr 2014 20:52:26 -0400 Received: from na3sys009aog107.obsmtp.com ([74.125.149.197]:46570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXgkV-000847-54 for guix-devel@gnu.org; Tue, 08 Apr 2014 20:52:19 -0400 Received: by mail-qc0-f179.google.com with SMTP id m20so2000316qcx.24 for ; Tue, 08 Apr 2014 17:52:17 -0700 (PDT) Received: from labrys (209-6-40-86.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com. [209.6.40.86]) by mx.google.com with ESMTPSA id s13sm7206074qag.19.2014.04.08.17.52.16 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 08 Apr 2014 17:52:16 -0700 (PDT) In-Reply-To: <877g72ezqb.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org David Thompson writes: > The following patchset adds a package for man-db, a package for its > prerequisite libpipeline, and moves the help2man package recipe into the > new (gnu packages man) module. > > - Dave I have pushed these patches to master. Apologies for the delay, I was short on time and having a multitude of computer problems. Just in time for Guix 0.6! :) - Dave