GNU bug report logs -
#71581
[PATCH 1/2] gnu: llhttp-bootstrap: Update to 6.1.0.
Previous Next
Full log
Message #35 received at 71581 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/node.scm (node-debug-bootstrap): Delete variable.
Change-Id: I09a1da904c604c05ad99a9475b1465f62bcb534c
---
gnu/packages/node.scm | 42 ------------------------------------------
1 file changed, 42 deletions(-)
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index f984790678..806f33533a 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -397,48 +397,6 @@ (define-public node-binary-search-bootstrap
(description "This package is a binary search function for Node.js.")
(license license:cc0)))
-(define-public node-debug-bootstrap
- (package
- (name "node-debug")
- (version "4.3.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/visionmedia/debug.git")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "08g52r1d4yqcsfdfb7n5if33d4cghaq75gx5n9hj6m6fd8jfp2pi"))))
- (build-system node-build-system)
- (arguments
- `(#:node ,node-bootstrap
- #:tests? #f
- #:phases
- (modify-phases %standard-phases
- (add-after 'patch-dependencies 'delete-dependencies
- (lambda args
- (delete-dependencies `("brfs"
- "browserify"
- "coveralls"
- "istanbul"
- "karma"
- "karma-browserify"
- "karma-chrome-launcher"
- "karma-mocha"
- "mocha"
- "mocha-lcov-reporter"
- "xo")))))))
- (inputs (list node-ms-bootstrap))
- (home-page "https://github.com/visionmedia/debug#readme")
- (properties '((hidden? . #t)))
- (synopsis "Small debugging utility")
- (description "This package contains a tiny JavaScript debugging
-utility modelled after Node.js core's debugging technique. It works in
-Node.js and web browsers.")
- (license license:expat)))
-
(define-public llhttp-bootstrap
(package
(inherit llhttp)
--
2.45.1
This bug report was last modified 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.