gnu: node-binary-search-bootstrap: Use 'delete-dependencies'.

gnu/packages/node.scm (node-binary-search-bootstrap)[arguments]: Use
'delete-dependencies'.  Stop deleting the 'configure' phase.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Philip McGrath 2022-01-08 03:41:56 -05:00 committed by Liliana Marie Prikler
parent 11f842fafe
commit fcec019560
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -411,7 +411,9 @@ (define-public node-binary-search-bootstrap
#:tests? #f
#:phases
(modify-phases %standard-phases
(delete 'configure))))
(add-after 'patch-dependencies 'delete-dependencies
(lambda args
(delete-dependencies `("chai" "mocha")))))))
(home-page "https://github.com/darkskyapp/binary-search#readme")
(properties '((hidden? . #t)))
(synopsis "Tiny binary search function with comparators")