[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: Add node-util-deprecate.
From: |
guix-commits |
Subject: |
05/09: gnu: Add node-util-deprecate. |
Date: |
Mon, 20 Jan 2020 02:43:20 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit d1095c47f1bedcc10f8bc10d80b7f2de3ad8989b
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon Jan 13 22:04:43 2020 +0200
gnu: Add node-util-deprecate.
* gnu/packages/node-xyz.scm (node-util-deprecate): New variable.
---
gnu/packages/node-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index 9a874f5..3e11597 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -112,3 +112,25 @@ random number generator.")
(description "This package provides a streaming parser for the statsd
protocol used in @code{node-lynx}.")
(license license:asl2.0)))
+
+(define-public node-util-deprecate
+ (package
+ (name "node-util-deprecate")
+ (version "1.0.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/TooTallNate/util-deprecate")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1rk94nl3qc7znsk8400bnga30v0m7j2mmvz9ldwjinxv1d3n11xc"))))
+ (build-system node-build-system)
+ (arguments '(#:tests? #f)) ; No test suite.
+ (home-page "https://github.com/TooTallNate/util-deprecate")
+ (synopsis "Node.js `util.deprecate()` function with browser support")
+ (description "This package provides the Node.js @code{util.deprecate()}
+function with browser support.")
+ (license license:expat)))
- branch master updated (3b02036 -> 317f925), guix-commits, 2020/01/20
- 02/09: gnu: Add node-long-stack-traces., guix-commits, 2020/01/20
- 03/09: gnu: Add node-mersenne., guix-commits, 2020/01/20
- 05/09: gnu: Add node-util-deprecate.,
guix-commits <=
- 06/09: gnu: Add node-oop., guix-commits, 2020/01/20
- 01/09: gnu: Add node-env-variable., guix-commits, 2020/01/20
- 08/09: gnu: Add node-stack-trace., guix-commits, 2020/01/20
- 07/09: gnu: Add node-far., guix-commits, 2020/01/20
- 04/09: gnu: Add node-statsd-parser., guix-commits, 2020/01/20
- 09/09: gnu: Add node-color-name., guix-commits, 2020/01/20