Martin Becze 50fbb3f032
import: crate: Parameterized importing of dev dependencies.
The recursive crate importer will now include development dependencies only
for the top level package, but not for any of the recursively imported
packages.  Also #:skip-build will be false for the top-most package.

* guix/import/crate.scm (make-crate-sexp): Add the key BUILD?.
  (crate->guix-package): Add the key INCLUDE-DEV-DEPS?.
  (crate-recursive-import): Likewise.
* guix/scripts/import/crate.scm (guix-import-crate): Likewise.
* tests/crate.scm (cargo-recursive-import): Likewise.
2020-12-02 22:09:23 +01:00
..
2017-05-03 16:16:17 +02:00
2017-05-03 16:16:17 +02:00
2020-09-23 04:36:59 +02:00
2020-04-16 23:41:52 +02:00
2017-05-03 16:16:17 +02:00
2017-06-15 17:03:19 +02:00