From patchwork Mon May 24 14:43:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 29549 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 2DB3927BC81; Mon, 24 May 2021 15:45:58 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 0636427BC78 for ; Mon, 24 May 2021 15:45:58 +0100 (BST) Received: from localhost ([::1]:46386 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1llBq9-0004P3-75 for patchwork@mira.cbaines.net; Mon, 24 May 2021 10:45:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46350) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1llBpN-00028P-0h for guix-patches@gnu.org; Mon, 24 May 2021 10:45:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60330) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1llBpM-0004sn-Kk for guix-patches@gnu.org; Mon, 24 May 2021 10:45:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1llBpM-0005MU-H1 for guix-patches@gnu.org; Mon, 24 May 2021 10:45:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48622] [PATCH core-updates 26/29] gnu: texlive-base: Propagate texlive-kpathsea. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 24 May 2021 14:45:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48622 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48622@debbugs.gnu.org Received: via spool by 48622-submit@debbugs.gnu.org id=B48622.162186749420434 (code B ref 48622); Mon, 24 May 2021 14:45:08 +0000 Received: (at 48622) by debbugs.gnu.org; 24 May 2021 14:44:54 +0000 Received: from localhost ([127.0.0.1]:43620 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llBp8-0005JV-Ca for submit@debbugs.gnu.org; Mon, 24 May 2021 10:44:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52556) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llBp7-0005JB-Lp for 48622@debbugs.gnu.org; Mon, 24 May 2021 10:44:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39516) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1llBp1-0004c8-W7 for 48622@debbugs.gnu.org; Mon, 24 May 2021 10:44:48 -0400 Received: from host-37-191-231-185.lynet.no ([37.191.231.185]:54276 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1llBox-0007Yt-QL for 48622@debbugs.gnu.org; Mon, 24 May 2021 10:44:44 -0400 From: Marius Bakke Date: Mon, 24 May 2021 16:43:30 +0200 Message-Id: <20210524144333.15566-26-marius@gnu.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210524144333.15566-1-marius@gnu.org> References: <20210524144333.15566-1-marius@gnu.org> MIME-Version: 1.0 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: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/tex.scm (texlive-base)[propagated-inputs]: Add TEXLIVE-KPATHSEA. --- gnu/packages/tex.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 4ebc2512b2..2b1edf8ebc 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3835,6 +3835,7 @@ part of the LaTeX required set of packages.") texlive-fonts-latex texlive-metafont texlive-latex-base + texlive-kpathsea ;for mktex.opt ;; LaTeX packages from the "required" set. texlive-latex-amsmath texlive-amscls