mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-10 16:50:43 +02:00
import: npm-binary: Fix import.
This is a follow-up to 0881a674cce3af6ebe0c1c85000e2726cbe6fc54. * guix/import/npm-binary.scm (npm-package->package-sexp): Use modify-json. * tests/npm-binary.scm (npm-binary->guix-package test): Use modify-json. Change-Id: I70523a890948b218c0d82d94a6edf8775521473e Signed-off-by: Jelle Licht <jlicht@fsfe.org>
This commit is contained in:
parent
6c82267f1f
commit
4b47728a6b
2 changed files with 4 additions and 2 deletions
|
@ -133,7 +133,8 @@
|
|||
(delete 'build)
|
||||
(add-after 'patch-dependencies 'delete-dev-dependencies
|
||||
(lambda _
|
||||
(delete-dependencies '("node-megabuilder"))))))))
|
||||
(modify-json
|
||||
(delete-dependencies '("node-megabuilder")))))))))
|
||||
(inputs (list node-bar-0.1.2))
|
||||
(home-page "https://github.com/quartz/foo")
|
||||
(synopsis "General purpose utilities to foo your bars")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue