summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/node.scm29
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 61526240f97..b73c5a0ba4d 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -461,35 +461,6 @@ devices.")
461formats to milliseconds.") 461formats to milliseconds.")
462 (license license:expat))) 462 (license license:expat)))
463 463
464(define-public node-binary-search-bootstrap
465 (package
466 (name "node-binary-search")
467 (version "1.3.6")
468 (source
469 (origin
470 (method git-fetch)
471 (uri (git-reference
472 (url "https://github.com/darkskyapp/binary-search.git")
473 (commit (string-append "v" version))))
474 (file-name (git-file-name name version))
475 (sha256
476 (base32
477 "1xr2msdc143cd3xwgq7n3rhzy7j8wrnaidxl0r6l6b6g3mpbpjig"))))
478 (build-system node-build-system)
479 (arguments
480 `(#:node ,node-bootstrap
481 #:tests? #f
482 #:phases
483 (modify-phases %standard-phases
484 (add-after 'patch-dependencies 'delete-dependencies
485 (lambda args
486 (modify-json (delete-dependencies `("chai" "mocha"))))))))
487 (home-page "https://github.com/darkskyapp/binary-search#readme")
488 (properties '((hidden? . #t)))
489 (synopsis "Tiny binary search function with comparators")
490 (description "This package is a binary search function for Node.js.")
491 (license license:cc0)))
492
493(define-public node-debug-bootstrap 464(define-public node-debug-bootstrap
494 (package 465 (package
495 (name "node-debug-bootstrap") 466 (name "node-debug-bootstrap")