summaryrefslogtreecommitdiff
path: root/tests/crate.scm
diff options
context:
space:
mode:
authorMartin Becze <mjbecze@riseup.net>2020-02-04 07:18:25 -0500
committerGuix Patches Tester <>2020-02-04 12:22:10 +0000
commit2b3796a461f292e1a883cdcfcbdb5ae9b3f2424c (patch)
tree3b4af39c4f58becbbdf7db18c1e164e375dd900a /tests/crate.scm
parent4b59f5abece4d66a6ced181b89b837f9c9d358e5 (diff)
downloadpatches-2b3796a461f292e1a883cdcfcbdb5ae9b3f2424c.tar
patches-2b3796a461f292e1a883cdcfcbdb5ae9b3f2424c.tar.gz
guix: import: parametrized importing of dev dependenciesseries-2798
This changes the behavoir of the recusive crate importer so that it will include the importing of development dependencies for the top level package but will not inculded the development dependencies for any other imported package. * guix/import/crate.scm (crate->guix-package, make-crate-sexp) <guix import crate>: added new parameter
Diffstat (limited to 'tests/crate.scm')
-rw-r--r--tests/crate.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/crate.scm b/tests/crate.scm
index 893dd70fc9..6fb9b772d8 100644
--- a/tests/crate.scm
+++ b/tests/crate.scm
@@ -461,8 +461,7 @@
(? string? hash)))))
(build-system cargo-build-system)
(arguments
- ('quasiquote (#:skip-build?
- #t #:cargo-inputs
+ ('quasiquote (#:cargo-inputs
(("rust-intermediate-1"
('unquote rust-intermediate-1-1.0))
("rust-intermediate-2"