mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: node-debug-bootstrap: Use 'delete-dependencies'.
gnu/packages/node.scm (node-debug-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:
committed by
Liliana Marie Prikler
parent
fcec019560
commit
ff90784cef
@@ -440,7 +440,19 @@ formats to milliseconds.")
|
||||
#:tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure))))
|
||||
(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)))
|
||||
|
||||
Reference in New Issue
Block a user