From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id MIDvBbPjb2YoUgEAe85BDQ:P1 (envelope-from ) for ; Mon, 17 Jun 2024 07:20:19 +0000 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id MIDvBbPjb2YoUgEAe85BDQ (envelope-from ) for ; Mon, 17 Jun 2024 09:20:19 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=nicolasgoaziou.fr header.s=mailo header.b=wyDOzdJv; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1718608818; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=zHdR5K+E68gGhXU8IzSn+ULVuS6wP4w3TQe8rJ1oJN4=; b=iKxPSvC8zbkG+UOq0YC/iKDp8asf4vXwAN4RTL0Sx+qaAhnYsnryTRs7889xeaeDeAVuf0 nIo04Wqbsnmh8P0NT2OyW5Z7ke4PCvwC5dox0Ws3rMNEsCTVfqspbR2XettcKNnRYml5bT 1dhG6KYw59yfU9i0PBY4mPrxBaEQz/EgrvTpCuHA3Md6kCBcvVng225AvDixIVb8ObxLss b2AJo0sn5oP9FjEF5jOpeWoyOGyyS/NmUuL6w6Bu8PVf2nDUWDJ+LIMZ+r6V4wgL8Gx5pn S+mTG6tuzMnEfwBm5dY0aTKhe+jGl56od/sEaUaMT9yE0wqUTmQWkyE4SMJWlA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=nicolasgoaziou.fr header.s=mailo header.b=wyDOzdJv; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1718608818; a=rsa-sha256; cv=none; b=VZoMteuRD1e4Eeixe2LS3u0E86kWN+Dss9NcdSxfXCpzPOpXTBt6MPiLIN80gqmaED7i2V MQMS/phxcB36rGzKI/ov+g3RP5gi876/X37ZPc98bgnfUvGj7yW7khDf8Iy+sSxoI8SeAP QggTxiM+Ht9l1osDKwPoyHsN5WGpOlfmKbcgEHAoqQ2kHvlYwFZMXPbtuvLaw/ZP3vpkqE s+BHeXj5w+aAolV+URTlnB6rhPBxHfSBk7Ktlg2p77N58SOfF8zNTp9Bj57QOta1gyRr6c bqJTsv3tMGEPaEjXJW2bRIQRvcOpmnS74IAepi/SERZ0pG+vu/SRd78QkHsi6g== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D72E56F4DF for ; Mon, 17 Jun 2024 09:20:18 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sJ6eo-0002Hn-9b; Mon, 17 Jun 2024 03:20:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sJ6em-0002CN-Ci for guix-patches@gnu.org; Mon, 17 Jun 2024 03:20:00 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sJ6em-0003cB-41 for guix-patches@gnu.org; Mon, 17 Jun 2024 03:20:00 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sJ6en-0000og-OK for guix-patches@gnu.org; Mon, 17 Jun 2024 03:20:01 -0400 Subject: bug#71602: [PATCH] gnu: texlive-scripts: add mktexfmt Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 17 Jun 2024 07:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 71602 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: spencerpeters via Guix-patches via Cc: "rekado@elephly.net" , 71602-done@debbugs.gnu.org, "andreas@enge.fr" , spencerpeters Mail-Followup-To: 71602@debbugs.gnu.org, mail@nicolasgoaziou.fr, spencerpeters@protonmail.com Received: via spool by 71602-done@debbugs.gnu.org id=D71602.17186087723087 (code D ref 71602); Mon, 17 Jun 2024 07:20:01 +0000 Received: (at 71602-done) by debbugs.gnu.org; 17 Jun 2024 07:19:32 +0000 Received: from localhost ([127.0.0.1]:59428 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJ6eJ-0000nj-Qd for submit@debbugs.gnu.org; Mon, 17 Jun 2024 03:19:32 -0400 Received: from msg-2.mailo.com ([213.182.54.12]:47048 helo=mailo.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJ6eG-0000nW-QI for 71602-done@debbugs.gnu.org; Mon, 17 Jun 2024 03:19:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1718608755; bh=UanCb6oRhjZ4XtKSJwpx37iM9Cks5T6M6JC2fsonxKU=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type; b=wyDOzdJvIq8ykwCIOWrbfxTBMrtCczN4tGC4KJ/xAHDDTfr1QpgxFxWnpAdv4pzCg R6J0cSWoI9wyeh838FgPuS+66n1RUTIpmPtLYUgwpRmQfcxOvjMq5ch/v+SF2IkqH/ Q10a/I17+Ke58G1aNn6QJ9HCAeiaCu4aHURRNks4= Received: by b221-8.in.mailobj.net [192.168.90.28] with ESMTP via ip-20.mailobj.net [213.182.54.20] Mon, 17 Jun 2024 09:19:15 +0200 (CEST) X-EA-Auth: Jh5pljvg13r7C0TqwLrvgo8b4U9FVDgt+1qRx4uN47y+JH5rwI6B5adnEojcS/wsdCo5ZW7ak1oi4Abb+ggUu6KekGZ6IbN5MMecLloVwGc= In-Reply-To: (spencerpeters via Guix-patches via's message of "Sun, 16 Jun 2024 19:08:37 +0000") References: Date: Mon, 17 Jun 2024 09:18:59 +0200 Message-ID: <87a5jkxcik.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Nicolas Goaziou X-ACL-Warn: , Nicolas Goaziou via Guix-patches From: Nicolas Goaziou via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: -6.85 X-Migadu-Queue-Id: D72E56F4DF X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -6.85 X-TUID: vP6eW50vn2sW Hello, spencerpeters via Guix-patches via writes: > * gnu/packages/tex.scm (texlive-scripts): add mktexfmt Good catch. > Hello. I have noticed while using a modular TeX Live installation that the texlive-scripts package > lacks mktexfmt, which is necessary for creating TeX fmts. Actually, it is not strictly necessary. Guix uses "fmtutil-sys" to generate such fmts. But you're right, the script should be installed anyway. > #:link-scripts > - (find-files "scripts"))))))))) > + (find-files "scripts")))))) > + (add-after 'link-scripts 'link-mktexfmt > + (lambda _ > + (let ((fmtutil (string-append #$output "/bin/fmtutil"))) > + (symlink fmtutil > + (string-append #$output "/bin/mktexfmt" )))))))) I integrated this in the `link-scripts' phase, and pushed to "tex-team" branch. "mktexfmt" should be available once this branch is merged. Regards, -- Nicolas Goaziou