mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: node-ms-bootstrap: Use 'delete-dependencies'.
gnu/packages/node.scm (node-ms-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:
parent
ef511a3b48
commit
11f842fafe
1 changed files with 7 additions and 1 deletions
|
@ -377,7 +377,13 @@ (define-public node-ms-bootstrap
|
|||
#:tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure))))
|
||||
(add-after 'patch-dependencies 'delete-dependencies
|
||||
(lambda args
|
||||
(delete-dependencies '("eslint"
|
||||
"expect.js"
|
||||
"husky"
|
||||
"lint-staged"
|
||||
"mocha")))))))
|
||||
(home-page "https://github.com/zeit/ms#readme")
|
||||
(properties '((hidden? . #t)))
|
||||
(synopsis "Tiny millisecond conversion utility")
|
||||
|
|
Loading…
Reference in a new issue