me
/
guix
Archived
1
0
Fork 0

gnu: node-llparse-builder-bootstrap: Use 'delete-dependencies'.

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

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Philip McGrath 2022-01-08 03:41:58 -05:00 committed by Liliana Marie Prikler
parent ff90784cef
commit 8d27d057bc
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 8 additions and 1 deletions

View File

@ -506,7 +506,14 @@ Node.js and web browsers.")
#:tests? #f
#:phases
(modify-phases %standard-phases
(delete 'configure)
(add-after 'patch-dependencies 'delete-dependencies
(lambda _
(delete-dependencies `("@types/mocha"
"@types/node"
"mocha"
"ts-node"
"tslint"
"typescript"))))
(replace 'build
(lambda* (#:key inputs #:allow-other-keys)
(let ((esbuild (search-input-file inputs "/bin/esbuild")))