From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Getting to 1.0! Date: Tue, 15 Jan 2019 23:34:47 +0100 Message-ID: <87d0oxwnw8.fsf@gnu.org> References: <87fttwyzp0.fsf@gnu.org> <87r2dftkxc.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:54520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gjXIU-0000pK-QH for guix-devel@gnu.org; Tue, 15 Jan 2019 17:35:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gjXIT-00032O-Pa for guix-devel@gnu.org; Tue, 15 Jan 2019 17:35:02 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:49418) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gjXIT-0002oD-A4 for guix-devel@gnu.org; Tue, 15 Jan 2019 17:35:01 -0500 In-Reply-To: <87r2dftkxc.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 14 Jan 2019 14:42:39 +0100") 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" To: Ricardo Wurmus Cc: guix-devel Ricardo Wurmus skribis: >> FOSDEM is only a couple of weeks away, and as we know, FOSDEM is the >> proclaimed deadline for 1.0. We=E2=80=99ve come a long way but there ar= e still >> quite a few things to address before we can reasonably release 1.0: >> >> https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/doc/1.0.org > > I have picked up work on a texlive profile hook and have something > that=E2=80=99s already working. I=E2=80=99d like to make a few more chan= ges before > asking for a review, though, as the current version does not work with > =E2=80=9Ctexlive-tiny=E2=80=9D, making it a little too difficult to use a= s *all* > packages (including the LaTeX base packages) need to be specified > manually. > > I=E2=80=99m confident that we=E2=80=99ll have something ready in time for= 1.0. =E2=80=A6 and you completed it a day later, woohoo! \o/ I wonder if we should add section in the manual about =E2=80=98texlive=E2= =80=99 packages? The main difficulty is finding which package provides what one is looking for, so perhaps a little guidance would be welcome, at least for the most common packages. Thoughts? Ludo=E2=80=99.