From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id OJ0cO869F2Y/rQAA62LTzQ:P1 (envelope-from ) for ; Thu, 11 Apr 2024 12:39:11 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id OJ0cO869F2Y/rQAA62LTzQ (envelope-from ) for ; Thu, 11 Apr 2024 12:39:11 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=KX+8XkHi; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1712831950; a=rsa-sha256; cv=none; b=psLapZa2cnmosp4ZD2KSd4NzRxGJ9ISpoTKTcSaar49nW2fKYQe/GJgNvRWHZMMrm2bwsV FyoyPYxphiZHM0pnDwl/Vuff4AGj6Y4zm0LhREQG3MTv4TcW+KsPcPM6BzQCoR1rS/JeEl 58hdgJsnWCYL0GE7Qt9LObFo2GluXBhbxKCibxqwOy8LLVkY7gHRkGFXeBgmjSpkgfLula MuDQJcP+WIYswcd0uydxX92Qej4igqG/08ahrfi/0M7YaaA2SZf+MsU21XbQMw7Y1HoVDB CP2fXGr6LBqb02AFiKOVzCGKvtZYt0E3vRQWGojisK0aK1vHC677H0T51llvDQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=KX+8XkHi; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1712831950; 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: content-transfer-encoding:content-transfer-encoding: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=ITQas5FrPnxISkI7O4fSRxid3VU9mSLS4+Wlj5SA+bU=; b=sWAuIcSfaxv79ikqrZvSCvGRGufMmHEvSc3rZX3Sq+PgjMSciO1uXzTwLiNadOJg3jiEM4 X6KmkN0aFHe36gypkdLvnTGh042mGsB+BMUI3pfj6oxCGig/iuBHaLQ/RogWF6IKWAqz/Q EIttuQoQKsurJJP6BCob0rUjY4CDrG3XtSs72++I28PZd6zXNoExgic+biHzzfCCaClA/W 8bnOBe4LS9L0M7Ghy1ekYdBEm4m9x0d1LXBBijIRHuULvYKBhPmWf3O/vFlzLaM82jnHhk 5fxkYIFQ4v1LU3MT0JYjg+A944KRqJzuhYE/20uPHIVs/zSVPb5pjczlsIy3LQ== 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 79A0170C27 for ; Thu, 11 Apr 2024 12:39:10 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rurpW-0001ex-Ig; Thu, 11 Apr 2024 06:38:54 -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 1rurpV-0001ec-E5 for guix-patches@gnu.org; Thu, 11 Apr 2024 06:38:53 -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 1rurpV-0003Ra-64 for guix-patches@gnu.org; Thu, 11 Apr 2024 06:38:53 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rurpe-0002Sf-Ah for guix-patches@gnu.org; Thu, 11 Apr 2024 06:39:02 -0400 Subject: bug#56576: [PATCH v3 1/3] gnu: Add markdeep. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 11 Apr 2024 10:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56576 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Christina O'Donnell Cc: Maxime Devos , Steve George , 56576-done@debbugs.gnu.org Mail-Followup-To: 56576@debbugs.gnu.org, ludo@gnu.org, antero@mailbox.org Received: via spool by 56576-done@debbugs.gnu.org id=D56576.17128318899044 (code D ref 56576); Thu, 11 Apr 2024 10:39:02 +0000 Received: (at 56576-done) by debbugs.gnu.org; 11 Apr 2024 10:38:09 +0000 Received: from localhost ([127.0.0.1]:55013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rurom-0002Lo-V8 for submit@debbugs.gnu.org; Thu, 11 Apr 2024 06:38:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40892) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rurol-0002Kq-GW for 56576-done@debbugs.gnu.org; Thu, 11 Apr 2024 06:38:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ruroV-0003It-F8; Thu, 11 Apr 2024 06:37:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=ITQas5FrPnxISkI7O4fSRxid3VU9mSLS4+Wlj5SA+bU=; b=KX+8XkHiyg3NEfAj4FER FhpzKwvalw1Ldj3crO+DRwyH3GFxgUaxbwD1aLh0y8iWFb2nB9oiup/flRq7lWTaydTBZlg2M2t8M IYFurgYYL4SrbQrv5rhIq6rxVaA7vU/wmN0MoKaWGvrt2Hj9Qap+qfKjGJvouoP6S3L8Znp6qn/KX PQFonnrYaEApgMlrgmv6mFSbuaNJfgWnVbGfbNGNWs75ezTyf2xnWL7qeXJLEsMzW8s9uHVW9ePPC x30KMaJJgsQ9BwRv+/Mp/TVUqoj67pBujWZuTsY7OiJPES2qR9jbLAQ+v+bBfqMdiI1wZBF3GGoyt WjEY481PC77gGQ==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: (Christina O'Donnell's message of "Wed, 3 Apr 2024 23:46:32 +0100") References: <20220715145735.5752-1-antero@mailbox.org> Date: Thu, 11 Apr 2024 12:37:46 +0200 Message-ID: <87o7aggp6t.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: -7.07 X-Migadu-Queue-Id: 79A0170C27 X-Migadu-Spam-Score: -7.07 X-Migadu-Scanner: mx10.migadu.com X-TUID: ku5nHYrSWfM5 Hi Christina, Christina O'Donnell skribis: > * gnu packages/documentation.scm (markdeep): New variable. > > Change-Id: I34303377f50740ba357c1bb299c9434079a6e23d > --- > gnu/packages/documentation.scm | 65 ++++++++++++++++++++++++++++++++++ > 1 file changed, 65 insertions(+) > > Hi, > > I've gone through these patches, making the changes that Maxime listed > and that came up from `guix lint`. I've added the additional package > markdeep, which is a css/javascript rendering library needed for stddoc. > > I checked these very carefully, but I'm new to this so it's likely that > I've made at least a few mistakes. Everything appears to be working as > far as I've tested it. I had anything to test nuklear with, so I'm > taking that part on faith. > > Let me know whether there's anything that I could change or do better > for next time.=20 It=E2=80=99s perfect! There was a tiny indentation issue for phases in =E2=80=98markdeep=E2=80=99 but the rest looks good to me. Applied, thanks! Ludo=E2=80=99.