From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37850: Glib documentation is missing Date: Fri, 25 Oct 2019 23:23:10 +0200 Message-ID: <87pnikldtt.fsf@gnu.org> References: <87pniq9y2e.fsf@ambrevar.xyz> <8736fjwcd2.fsf@devup.no> <87wocvwbmy.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40701) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iO73z-0006yI-Ki for bug-guix@gnu.org; Fri, 25 Oct 2019 17:24:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iO73y-0002gJ-Lp for bug-guix@gnu.org; Fri, 25 Oct 2019 17:24:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58894) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iO73y-0002gB-Iv for bug-guix@gnu.org; Fri, 25 Oct 2019 17:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iO73y-0002vj-CK for bug-guix@gnu.org; Fri, 25 Oct 2019 17:24:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87wocvwbmy.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Wed, 23 Oct 2019 20:38:13 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Pierre Neidhardt Cc: 37850@debbugs.gnu.org Hi, Pierre Neidhardt skribis: > Marius Bakke writes: [...] >> 'gtk-doc' unsurprisingly depends on GLib, so I'm not sure what the best >> approach is. > > What about the following: > > 1. Turn our current glib into glib-minimal. > > 2. Build gtk-doc against glib-minimal. > > 3. Define a new glib package that inherits from glib-minimal and adds > gtk-doc as native-inputs so that we can restore the "doc" output. Alternately, we could define a new =E2=80=9Cglib-doc=E2=80=9D package that = would depend on the current =E2=80=9Cglib=E2=80=9D package, assuming the build system al= lows us to build nothing but documentation. Ludo=E2=80=99.