From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id KKuUKXC182OV9wAAbAwnHQ (envelope-from ) for ; Mon, 20 Feb 2023 19:01:20 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id mGOPKXC182MAugAA9RJhRA (envelope-from ) for ; Mon, 20 Feb 2023 19:01:20 +0100 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 5CB442A446 for ; Mon, 20 Feb 2023 19:01:20 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=none; 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=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1676916080; a=rsa-sha256; cv=none; b=m9kDCYqlewAKQOGkzOJBa3ZKoySs9QsH5stWDzsX2xsNcMjan12sEci5G+drWjYY/WGNZl NR7TgyMGMJOXC6r32DmMziIqqVMHCwvdYYltVzSF9NjNLaiWMqYvVEZXXyCsUxJp8to/xF Eeb52ELD9C+1DtRRiF/MiSGvSZJIBjs9WtMSJXsGr+smXlHNEqpI9e1wv43udvhH2vCezn Y6RWf1TRKRKd0OqncxBEcm/EushpGynPFxHHoyZNTl9FicfqkNxn0JxGR5eNjuh+sXJM/0 91MyKYsSqoakkzOfsXR86AJAMgvT0Gg18tkIi9bZdMkLtvLy5c+Y1z+aiX2q5w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; 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=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1676916080; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc: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; bh=Hu0PMtEgpBaHrEB/htHl4WwOBfmOqV7a3OAQcdLq2I8=; b=aYESpM0mPgUR/iT20Jzz96RgDFY6qiShMhEzigNwnxb/LwPaq8jbuZZq/MGm8pX+Hnz2dj 5xKrh8WHdO1xGT6hBGe4AnHz3Yk2wWD4Eh34pc56BMHJaN+Gj+O6a5yFFhr+U8qTyHrFHk uGF+ovoec4PMqAu7If8QO+fKQCMe8Gi836lwpCpN/RROoYLt5qvyd+Xkrb1xWPWh+cy13O CSjpMPQSLko3NZcDZAwQ0KVEL6jQwCxaPgmlQ92FE7F1Bri4ArYZOpTy8cV0IMdCk4IW5E FU+iJwUavYMk6QHliqkTdtz6gE2zg+sXMMkarMxAI8PA/eDTKvZHV+fN16/y0g== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pUATN-0002TL-4o; Mon, 20 Feb 2023 13:01:09 -0500 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 1pUATG-0002RB-FH for guix-patches@gnu.org; Mon, 20 Feb 2023 13:01:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pUATG-0004ni-64 for guix-patches@gnu.org; Mon, 20 Feb 2023 13:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pUATG-00011o-1a for guix-patches@gnu.org; Mon, 20 Feb 2023 13:01:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61659] [PATCH 0/6] gnu: Add texlive-minted. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Feb 2023 18:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61659 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Morgan.J.Smith@outlook.com Cc: 61659@debbugs.gnu.org Received: via spool by 61659-submit@debbugs.gnu.org id=B61659.16769160553933 (code B ref 61659); Mon, 20 Feb 2023 18:01:02 +0000 Received: (at 61659) by debbugs.gnu.org; 20 Feb 2023 18:00:55 +0000 Received: from localhost ([127.0.0.1]:53468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUAT8-00011M-Oc for submit@debbugs.gnu.org; Mon, 20 Feb 2023 13:00:54 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:36579) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUAT7-000115-57 for 61659@debbugs.gnu.org; Mon, 20 Feb 2023 13:00:53 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id E71CF24000B; Mon, 20 Feb 2023 18:00:45 +0000 (UTC) From: Nicolas Goaziou References: Date: Mon, 20 Feb 2023 19:00:38 +0100 In-Reply-To: (Morgan J. Smith's message of "Mon, 20 Feb 2023 12:24:36 -0500") Message-ID: <87fsb0qks9.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) 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: X-Migadu-Queue-Id: 5CB442A446 X-Spam-Score: -2.65 X-Migadu-Spam-Score: -2.65 X-Migadu-Scanner: scn0.migadu.com List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-TUID: 3+ALrYO8qPIW Hello, Morgan.J.Smith@outlook.com writes: > [PATCH 1/6] gnu: Add texlive-catchfile. > [PATCH 2/6] gnu: texlive-latex-ifplatform: Add needed propagated-inputs. > [PATCH 3/6] gnu: texlive-mdframed: Add needed propagated-inputs. > [PATCH 4/6] gnu: texlive-latex-fancyvrb: Add needed propagated-inputs. > [PATCH 5/6] gnu: Add texlive-fvextra. > [PATCH 6/6] gnu: Add texlive-minted. I gave a glance at these patches. Thanks for them. texlive-catchfile, texlive-fvextra and texlive-minted are not trivial packages (in the #:trivial? #t) since they contain ".dtx" or ".ins" files. Could you try generating the run files from those source files instead? Also, descriptions need to start with a complete sentence. For example Catches the contents of a file and puts it in a macro. It requires e-TeX. Both LaTeX and plain TeX are supported. could simply become : Catchfile catches the contents of a file and puts it in a macro. Regards, -- Nicolas Goaziou