mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: node-wrappy: Use 'delete-dependencies'.
gnu/packages/node-xyz.scm (node-wrappy)[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
cdc47fb3ef
commit
8c83a9c7ea
1 changed files with 3 additions and 2 deletions
|
@ -320,8 +320,9 @@ (define-public node-wrappy
|
|||
'(#:tests? #f ; FIXME: Tests depend on node-tap
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; The only dependency to check for is tap, which we don't have.
|
||||
(delete 'configure))))
|
||||
(add-after 'patch-dependencies 'delete-dependencies
|
||||
(lambda args
|
||||
(delete-dependencies '("tap")))))))
|
||||
(home-page "https://github.com/npm/wrappy")
|
||||
(synopsis "Callback wrapping utility")
|
||||
(description "@code{wrappy} is a utility for Node.js to wrap callbacks.")
|
||||
|
|
Loading…
Reference in a new issue