From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: Add gtk-doc. Date: Sat, 08 Aug 2015 14:40:04 -0400 Message-ID: <87h9o9sjy3.fsf@netris.org> References: <87egjglng7.fsf@igalia.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO92f-0000oF-Bi for guix-devel@gnu.org; Sat, 08 Aug 2015 14:40:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO92b-0002j6-C3 for guix-devel@gnu.org; Sat, 08 Aug 2015 14:40:25 -0400 Received: from world.peace.net ([50.252.239.5]:36933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO92b-0002j2-8B for guix-devel@gnu.org; Sat, 08 Aug 2015 14:40:21 -0400 In-Reply-To: <87egjglng7.fsf@igalia.com> (Andy Wingo's message of "Thu, 06 Aug 2015 12:29:28 +0200") 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: Andy Wingo Cc: guix-devel@gnu.org Andy Wingo writes: > From 552c575b2c5e00ecca7c66c33b31de0229ce1e2f Mon Sep 17 00:00:00 2001 > From: Andy Wingo > Date: Thu, 6 Aug 2015 12:25:12 +0200 > Subject: [PATCH 2/4] gnu: Add gtk-doc. [...] > + ;; FIXME: Including (gnu packages pretty-print) causes the build to > + ;; fail :( > + ;; ("source-highlight" ,source-highlight) This was a circularity problem, fixed in commit 7a75b02ae5, so I was able to add this to the inputs. Also, I thought (gnu packages gtk) was a better home for 'gtk-doc', so I put it there instead. Pushed with these changes. Thanks! Mark