From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id cMhoCWNdPWQjSwEASxT56A (envelope-from ) for ; Mon, 17 Apr 2023 16:53:23 +0200 Received: from aspmx2.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 8FYyCWNdPWSoVwEAauVa8A (envelope-from ) for ; Mon, 17 Apr 2023 16:53:23 +0200 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 aspmx2.migadu.com (Postfix) with ESMTPS id AF298607B for ; Mon, 17 Apr 2023 16:53:22 +0200 (CEST) Authentication-Results: aspmx2.migadu.com; dkim=fail ("headers rsa verify failed") header.d=fsfe.org header.s=2021100501 header.b=EVrRhQLC; dmarc=fail reason="SPF not aligned (relaxed)" header.from=fsfe.org (policy=none); spf=pass (aspmx2.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=1681743202; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: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:dkim-signature; bh=oF+B17wvHHlqm3sMw+OmdqL50Lcsy3jev0X5G7vvuiM=; b=I83JPWwWE6SyL/07taB6gDGtDCyVwpknbDJ83ws1yQYJG4IbQ+uW3dHrYoeoJm1HlYvzs0 wvx7/FasQnSw+pLTdnRGSg0vOSylsrDUeg2tUUW2NDrZeg22phlNNs2aBwRppYRzGJDsnL q5lQHigMrTmuyuGE0vkE7vWoaoUoBbkkJTc84s2j3JU+W+ug2HVO/slwOhsy4Upt4Kwq4x 2M4lC4fgk3Y4S0gUZp5TFiYzsN8tqTnQyIscv6HjORrtlav4JlynvBea/9//O3dYo2UAAU idpJ4EVHi9/JGef3xUQTQOXRcUlHM1VcCQ5mBgkfTaF6r4oLn3n6gSY/k2nKZg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1681743202; a=rsa-sha256; cv=none; b=aerG6MzwibRWugLywtK+gaEojvBxWZOfeKpkb5Tce+0dX3GOxrHBjiQdGMlUjWHB3CTB8Z 2hR7v92b5mlhlLrDJNjY9vmqKUQiNCPwlT2ktMbR18pvC/kbzqZFsBnIrTx3pdt9VmZJtu VXrHmVluX5R2grUU4m/gbWekuUvstUiLpWB5+uJQpCv9hjMk9MbLiMQ6slJxZtp62TVpat wThDhMf+VTqyi3yTsERFQW20WjKtnbizsnfhVlBKK3ctnRwuvvVsjsGxhNUGmAxsv0cpFg h1VL+umj7EQ6vDSuFlXDZpxIYdDRzph8mXPI212PsgnsVJFDWYLb5ni+wetFTw== ARC-Authentication-Results: i=1; aspmx2.migadu.com; dkim=fail ("headers rsa verify failed") header.d=fsfe.org header.s=2021100501 header.b=EVrRhQLC; dmarc=fail reason="SPF not aligned (relaxed)" header.from=fsfe.org (policy=none); spf=pass (aspmx2.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" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1poQDD-0003aE-5N; Mon, 17 Apr 2023 10:52:11 -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 1poQDA-0003YQ-4C for guix-patches@gnu.org; Mon, 17 Apr 2023 10:52:09 -0400 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 1poQD9-0005S6-St for guix-patches@gnu.org; Mon, 17 Apr 2023 10:52:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1poQD9-00006E-Mc for guix-patches@gnu.org; Mon, 17 Apr 2023 10:52:07 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#59188] [PATCH v7 12/20] gnu: node-yazl: Ignore development dependencies. Resent-From: jlicht@fsfe.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 17 Apr 2023 14:52:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59188 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59188@debbugs.gnu.org Cc: Jelle Licht Received: via spool by 59188-submit@debbugs.gnu.org id=B59188.168174311332678 (code B ref 59188); Mon, 17 Apr 2023 14:52:07 +0000 Received: (at 59188) by debbugs.gnu.org; 17 Apr 2023 14:51:53 +0000 Received: from localhost ([127.0.0.1]:55671 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poQCv-0008Uz-FR for submit@debbugs.gnu.org; Mon, 17 Apr 2023 10:51:53 -0400 Received: from mail1.fsfe.org ([217.69.89.151]:40906) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poQCf-0008Sr-8E for 59188@debbugs.gnu.org; Mon, 17 Apr 2023 10:51:38 -0400 From: jlicht@fsfe.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1681743096; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oF+B17wvHHlqm3sMw+OmdqL50Lcsy3jev0X5G7vvuiM=; b=EVrRhQLC0xvxVDMHebAdOuJ3eHY+N/idbRtHQzNNOHaphmX6jZ5kgJkVHQEiZPEYy4gmNx M3eFwCnFWnl/tyDtuhxVK2QXLga5nM7beV221LPmXuV7CZS8QF99kMLSb6YE3Qy2bRFnzb V3EgFk3pQR4l76hnVj6zQZQNEPwGwjY= Date: Mon, 17 Apr 2023 16:51:14 +0200 Message-Id: <03c9608cd8f8ac3d22660242de6e53517d0a1cbc.1681742871.git.jlicht@fsfe.org> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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-Migadu-Spam-Score: 6.99 X-Spam-Score: 6.99 X-Migadu-Queue-Id: AF298607B X-Migadu-Scanner: scn0.migadu.com X-TUID: Z5IGBSo9JoaM From: Jelle Licht * gnu/packages/node-xyz.scm (node-yazl)[arguments]: Explicitly patch out development dependencies. Re-enable configure phase. --- (no changes since v1) gnu/packages/node-xyz.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm index 628fe41d28..b85507f52f 100644 --- a/gnu/packages/node-xyz.scm +++ b/gnu/packages/node-xyz.scm @@ -1588,10 +1588,9 @@ (define-public node-yazl (arguments '(#:tests? #f #:phases (modify-phases %standard-phases - (replace 'configure + (add-after 'patch-dependencies 'delete-dependencies (lambda _ - (invoke "npm" "--offline" "--ignore-scripts" "install" - "--production")))))) + (delete-dependencies '("airtap" "bl" "istanbul" "yauzl"))))))) (inputs (list node-buffer-crc32)) (home-page "https://github.com/thejoshwolfe/yazl") (synopsis "Yet another zip library for node") -- 2.39.2