[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51838] [PATCH v3 23/43] gnu: Add node-safe-buffer.
From: |
Philip McGrath |
Subject: |
[bug#51838] [PATCH v3 23/43] gnu: Add node-safe-buffer. |
Date: |
Wed, 8 Dec 2021 15:28:18 -0500 |
* gnu/packages/node-xyz.scm (node-safe-buffer): New variable.
---
gnu/packages/node-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index 9d8bf27852..6dff0ddba5 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -382,6 +382,34 @@ (define-public node-inherits
@code{inherits()}.")
(license license:isc)))
+(define-public node-safe-buffer
+ (package
+ (name "node-safe-buffer")
+ (version "5.2.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/feross/safe-buffer")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0r26m0nl41h90ihnl2xf0cqs6z9z7jb87dl5j8yqb7887r9jlbpi"))))
+ (build-system node-build-system)
+ (arguments
+ '(#:absent-dependencies
+ '("tape"
+ "standard")
+ #:tests? #f))
+ (home-page
+ "https://github.com/feross/safe-buffer")
+ (synopsis "Safer Node.js Buffer API")
+ (description "A safe drop-in replacement the Node.js @code{Buffer} API
+that works in all versions of Node.js, using the built-in implementation when
+available.")
+ (license license:expat)))
+
(define-public node-irc-colors
(package
(name "node-irc-colors")
--
2.32.0
- [bug#51838] [PATCH v3 37/43] gnu: Add node-serialport-parser-regex., (continued)
- [bug#51838] [PATCH v3 15/43] gnu: node-wrappy: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 29/43] gnu: Add node-sqlite3., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 29/43] gnu: Add node-sqlite3., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 29/43] gnu: Add node-sqlite3., Philip McGrath, 2021/12/12
- [bug#51838] [PATCH v3 18/43] gnu: node-irc: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 19/43] guix: node-build-system: Add implicit libuv input., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 23/43] gnu: Add node-safe-buffer.,
Philip McGrath <=
- [bug#51838] [PATCH v3 38/43] gnu: Add node-serialport-parser-ready., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 27/43] gnu: Add node-openzwave-shared., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 33/43] gnu: Add node-serialport-binding-abstract., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 41/43] gnu: Add node-serialport-parser-byte-length., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 43/43] gnu: Add node-serialport., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 00/43] guix: node-build-system: Support compiling add-ons with node-gyp., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 00/43] guix: node-build-system: Support compiling add-ons with node-gyp., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 00/43] guix: node-build-system: Support compiling add-ons with node-gyp., Philip McGrath, 2021/12/12
[bug#51838] [PATCH 00/11] guix: node-build-system: Support compiling add-ons with node-gyp., Philip McGrath, 2021/12/02
[bug#51838] [PATCH 00/11] guix: node-build-system: Support compiling add-ons with node-gyp., Philip McGrath, 2021/12/02