From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#26353: TeX Live Date: Mon, 01 May 2017 23:24:14 +0200 Message-ID: <87o9vcz2wx.fsf@gnu.org> References: <20170403202146.2a9317ce@scratchpost.org> <87poghdbge.fsf@gnu.org> <87mvb8f2a7.fsf@gnu.org> <20170423021448.6bcb3235@scratchpost.org> <871ss83a1x.fsf_-_@gnu.org> <87y3ugfw81.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5Ioc-0000vi-Ie for bug-guix@gnu.org; Mon, 01 May 2017 17:25:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5IoY-0005Qa-6j for bug-guix@gnu.org; Mon, 01 May 2017 17:25:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51818) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d5IoY-0005QS-3m for bug-guix@gnu.org; Mon, 01 May 2017 17:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d5IoX-00049c-Sm for bug-guix@gnu.org; Mon, 01 May 2017 17:25:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87y3ugfw81.fsf@fastmail.com> (Marius Bakke's message of "Mon, 01 May 2017 17:11:26 +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: Marius Bakke Cc: 26353@debbugs.gnu.org Marius Bakke skribis: > Ludovic Court=C3=A8s writes: > >> Hi Danny! >> >> Danny Milosavljevic skribis: >> >>> 70 GiB non-home root partition seems also be too small for it all. I ha= ve to do guix gc quite often - I'll have to repartition somewhen. >>> >>> texlive finally downloaded correctly *shrugs*. Texlive is really getti= ng on my nerves - isn't it possible to modularize it more? Also, one shoul= dn't require 2 GiB for a word processor and DTP. *mumble mumble* >> >> TeX Live is getting on everybody=E2=80=99s nerves. :-) >> >> There are ways to turn it into a zillion packages from CTAN, which is >> what Nixpkgs did. Ricardo (I think?) had some thoughts as to how to >> achieve this and I would really like to see it happen. > > That would be great. I miss this snippet from my ~/.nixpkgs/config.nix: > > myTex =3D pkgs.texlive.combine { > inherit (texlive) scheme-small marginnote sectsty cm-super enumitem > xifthen ifmtarg unicode-math filehook collection-fontsrecommended > collection-fontsextra libertine gentium-tug ucharcat; > }; Yeah, I agree. Hopefully a profile hook could do what pkgs.texlive.combine does, which would make it more convenient. Then we also need a CTAN importer=E2=80=A6 Ludo=E2=80=99.