From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id mCcdFHApAWSWGwEAbAwnHQ (envelope-from ) for ; Thu, 02 Mar 2023 23:55:44 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id mBF6E3ApAWSJVQAAauVa8A (envelope-from ) for ; Thu, 02 Mar 2023 23:55:44 +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 2CAB01E47 for ; Thu, 2 Mar 2023 23:55:44 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=fsfe.org header.s=2021100501 header.b=paVqF2X3; 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=fail reason="SPF not aligned (relaxed)" header.from=fsfe.org (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1677797744; 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=9CtCeCO8GT2oLp0rBXtEbuX3M20KzaOEMfPfTWcBNLo=; b=QzM7Dw2CKS6Oc8xnz00wfOtR3wWJNgrXsQwt9qSfZFia8XHKAynk+wmbFuXoj0apH3NIo+ MNDks/Zeguiuss7HolCHrgyQs+5axG0JseWQwilBoFVD0wr0tHcmVOBeKvCF6tVubDMBH2 CK4x+/ZXI+ONf6NsNBbei5axl0axtAu931/t3R/w1iCfgQ2Vc1uewFkEOXUnW5XqsP44vr gxhevA1Kt2QyNeQH7bCAhIZN87WSfvaJlAlqF1ONkiVzp46lSuBU6jZs4xxCY0kS7o7jmO ot7hraNHCokheTfXU2fGAvdPGWRYJfVWRKufQtFAP6OHJyhlfTga47Tc820Vkw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=fsfe.org header.s=2021100501 header.b=paVqF2X3; 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=fail reason="SPF not aligned (relaxed)" header.from=fsfe.org (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1677797744; a=rsa-sha256; cv=none; b=Z/R7PuiC6LNYqyA/UILY9fGoH2V0Q+G2fTa71QfuIsUtm5QaeXGXh/Yb8EVVzsYL1Dhh50 tTR8oegOdVqPqzmg4Thlj0fUCIYRFTA0aRm+fVDY4wCVVKCgShsnh0Rd2fGyATVnRbmP31 92WYJii4J+6IrPmdtZ8Fy26+oAmrMsFyP1KdvTTUc4H2w47uFlxwYdjUJucaEb83mZp/nt zlWtjKOBzf3e58bo5jrP66Pdj1QRkVaRarNz9voyGYcQNKLLNuFVhbKCRCySA2WHBWq7qi ic6QmP/lPn/ud4EFJCpKIwa7tdjc457Gp30THOrLyqHFsPS1KQvgrP5QAE9MgA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pXroQ-00015l-Qh; Thu, 02 Mar 2023 17:54:10 -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 1pXroO-00014R-R5 for guix-patches@gnu.org; Thu, 02 Mar 2023 17:54:08 -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 1pXroO-0004ot-J0 for guix-patches@gnu.org; Thu, 02 Mar 2023 17:54:08 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pXroO-0004pQ-Fe for guix-patches@gnu.org; Thu, 02 Mar 2023 17:54:08 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#59188] [PATCH v4 10/16] gnu: node-ieee754: Ignore development dependencies. Resent-From: jlicht@fsfe.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 02 Mar 2023 22:54:08 +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.167779764318454 (code B ref 59188); Thu, 02 Mar 2023 22:54:08 +0000 Received: (at 59188) by debbugs.gnu.org; 2 Mar 2023 22:54:03 +0000 Received: from localhost ([127.0.0.1]:58643 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXroJ-0004nO-59 for submit@debbugs.gnu.org; Thu, 02 Mar 2023 17:54:03 -0500 Received: from mail1.fsfe.org ([217.69.89.151]:59608) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXroG-0004mQ-O8 for 59188@debbugs.gnu.org; Thu, 02 Mar 2023 17:54:01 -0500 From: jlicht@fsfe.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1677797640; 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=9CtCeCO8GT2oLp0rBXtEbuX3M20KzaOEMfPfTWcBNLo=; b=paVqF2X3GM81hL7kPJDUKSv1qLj3tCmysJQ9InUS2cX2xzHOlDKLLWDsiMDDFVjLL/5nlZ Pb6DC1Vvay6L5McoC9ZG0SNxZzJZB8Vn4jT4J3AppkJlrvURd2PuvpMJrFpGH2iZ2a/LHh VCxdMiEgb2yz9T8y0UQE9u/Sy/q9np4= Date: Thu, 2 Mar 2023 23:53:43 +0100 Message-Id: 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: X-Migadu-Spam-Score: -1.40 X-Spam-Score: -1.40 X-Migadu-Scanner: scn0.migadu.com X-Migadu-Queue-Id: 2CAB01E47 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-Country: US X-Migadu-Flow: FLOW_IN X-TUID: 8uiuRjxLaHRR From: Jelle Licht * gnu/packages/node-xyz.scm (node-ieee754)[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 cbf2665940..628fe41d28 100644 --- a/gnu/packages/node-xyz.scm +++ b/gnu/packages/node-xyz.scm @@ -623,10 +623,9 @@ (define-public node-ieee754 (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" "standard" "tape"))))))) (home-page "https://github.com/feross/ieee754") (synopsis "Read/write IEEE754 floating point numbers in Javascript") (description "This package can read and write IEEE754 floating point -- 2.39.1