From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 08 15:29:51 2021 Received: (at 51838) by debbugs.gnu.org; 8 Dec 2021 20:29:51 +0000 Received: from localhost ([127.0.0.1]:41623 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mv3ZW-0005vm-Lr for submit@debbugs.gnu.org; Wed, 08 Dec 2021 15:29:50 -0500 Received: from mail-ua1-f53.google.com ([209.85.222.53]:40518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mv3Yr-0005qN-Ez for 51838@debbugs.gnu.org; Wed, 08 Dec 2021 15:29:16 -0500 Received: by mail-ua1-f53.google.com with SMTP id y5so6892114ual.7 for <51838@debbugs.gnu.org>; Wed, 08 Dec 2021 12:29:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=philipmcgrath.com; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=TkzUiJnNGw9ur1c48y1bhJnpwmx0e71utk5vh1CJDY4=; b=hmvowKm+fGxaAWMTRGUnv37fauzYbbygyyLJQVBnEocP0YTxGWqqN5vvgjxALi4ize lBUohM+BN3tMgVZGGHXjOa4pPQB6APOo1vTza7LduT0AEtKlCKGutvEOdUl65nUeGRt5 NUzSDHf24jPqWC07EcS/yAt0FJcoGJbu9bBmeuwo7CyAS5/yrDZ5Ue5K4t8OFMWu8iat Xy/3psber5AfVfEU3vzLEyLsWHYBtQOgAOt9TnQKA0iKESjuGS2B5b9xLhatAGK8R50R 5/v4mapc1+xkQuwU/E4L6tSva/tnBPK5kpqRRfJRnQ7UWLrMmaWK5C6yPMRnvVrkA500 xILA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=TkzUiJnNGw9ur1c48y1bhJnpwmx0e71utk5vh1CJDY4=; b=xto/PZF4MZYoriVZHYZihxsfoYQTypZPQNn8qwJrTMlGUjSIUyEvwvIQhsexnf5A6e WoNs5Wncj8fgKUUMKS0V+h1qBNasKdh6HIW8KxpF6oMv916Yu1lJxgj7Nk+xb2pkotLu Zi1JJERBBE9S+PHOFY9hlnqufsw1JOdATrLQMp8RLtg5fDJqLlEC9Mdzr2RxmVmKk2Su vnrNhmQi91W7lFkAZmVUDT2Wdsyl9p/zFNagAMUvzkuyRqPmLJ7qmv1a9fE3yVBLT4hd QBGp4inM5Zr70ChLWVynFkWvDw6yKIgy0NlFh4OzCYGVkT4OdIUso34VpQOinCuIv+SQ 4a4A== X-Gm-Message-State: AOAM5316wfMGeV+B2AuYQXR4bCW0gstYgQ/uF683+IBGEllgoMm+4FwX zn7TN74f10cDGWGpne1M9bxT1KYN9MmD8ko3s3M= X-Google-Smtp-Source: ABdhPJxvhP1gR7BlPXQqlM+c8pq6opsbpA4cMu7jVCxkxAuVVeELtBdIr2yaPGVxEYwg29TmgAizIw== X-Received: by 2002:a05:6102:7b3:: with SMTP id x19mr1116295vsg.24.1638995343992; Wed, 08 Dec 2021 12:29:03 -0800 (PST) Received: from localhost (c-73-125-89-242.hsd1.fl.comcast.net. [73.125.89.242]) by smtp.gmail.com with ESMTPSA id 66sm2667195uao.0.2021.12.08.12.29.03 for <51838@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 08 Dec 2021 12:29:03 -0800 (PST) From: Philip McGrath To: 51838@debbugs.gnu.org Subject: [PATCH v3 22/43] gnu: Add node-inherits. Date: Wed, 8 Dec 2021 15:28:17 -0500 Message-Id: <20211208202838.752542-23-philip@philipmcgrath.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20211208202838.752542-1-philip@philipmcgrath.com> References: <46a042bc08eb72a068b1e8c69bfe28cf2d4b2e53.camel@gmail.com> <20211208202838.752542-1-philip@philipmcgrath.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 51838 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) * gnu/packages/node-xyz.scm (node-inherits): New variable. --- gnu/packages/node-xyz.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm index 998d0a9a90..9d8bf27852 100644 --- a/gnu/packages/node-xyz.scm +++ b/gnu/packages/node-xyz.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2020 Giacomo Leidi ;;; Copyright © 2021 Noisytoot ;;; Copyright © 2021 Charles +;;; Copyright © 2021 Philip McGrath ;;; ;;; This file is part of GNU Guix. ;;; @@ -352,6 +353,35 @@ (define-public node-once if desired.") (license license:isc))) +(define-public node-inherits + (package + (name "node-inherits") + (version "2.0.4") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/isaacs/inherits") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cpsr5yqwkxpbbbbl0rwk4mcby6zbx841k2zb4c3gb1579i5wq9p")))) + (build-system node-build-system) + (arguments + '(#:absent-dependencies + '("tap") + ;; FIXME: Tests depend on node-tap + #:tests? #f)) + (home-page + "https://github.com/isaacs/inherits") + (synopsis + "Browser-friendly inheritance Node.js") + (description + "Browser-friendly inheritance fully compatible with standard Node.js +@code{inherits()}.") + (license license:isc))) + (define-public node-irc-colors (package (name "node-irc-colors") -- 2.32.0