From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandros Theodotou Subject: bug#37850: Glib documentation is missing Date: Sat, 09 Nov 2019 03:10:47 +0100 Message-ID: References: <49c82620e6bd4b6cb477eb353fc0e8f5@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34379) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTGDQ-0005FS-CP for bug-guix@gnu.org; Fri, 08 Nov 2019 21:11:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iTGDP-0003rO-Hr for bug-guix@gnu.org; Fri, 08 Nov 2019 21:11:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39208) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iTGDP-0003qQ-EX for bug-guix@gnu.org; Fri, 08 Nov 2019 21:11:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iTGDN-0004Tz-OI for bug-guix@gnu.org; Fri, 08 Nov 2019 21:11:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <49c82620e6bd4b6cb477eb353fc0e8f5@posteo.net> 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: 37850@debbugs.gnu.org I missed this part. > glib documentation must be built with gtk-doc which in turn depends on > glib, > so we need to define glib-minimal which does not depend on gtk-doc. In this case the way I have seen other distros do it is by having a *-bootstrap package (same as the *-minimal that you mention), which doesn't sound like a bad approach. > What about 'hiding' the normal glib package Maybe the *-bootstrap package can be hidden. Then the normal glib package can have its "doc" back?