diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2023-11-02 16:16:48 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2023-12-18 23:16:28 +0100 |
| commit | b7e3945283daec8d6bc676b659d00ed73b8e82b7 (patch) | |
| tree | 1f9c8511898585a00a0ea5b020865db15039339f /Makefile.am | |
| parent | 32d4f40589e32cbac6549c50962011084f13d9fc (diff) | |
guix: import: Add composer importer.
* guix/import/composer.scm: New file.
* guix/scripts/import/composer.scm: New file.
* guix/tests/composer.scm: New file.
* Makefile.am: Add them.
* guix/scripts/import.scm: Add composer importer.
* doc/guix.texi (Invoking guix import): Mention it.
Change-Id: I44a89b8cc80ef5b4a3cd15e8fbba4a18c1cea0b1
Co-authored-by: Julien Lepiller <julien@lepiller.eu>
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0b733108d43..ee0f5ba4fc6 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -283,6 +283,7 @@ MODULES = \ | |||
| 283 | guix/search-paths.scm \ | 283 | guix/search-paths.scm \ |
| 284 | guix/packages.scm \ | 284 | guix/packages.scm \ |
| 285 | guix/import/cabal.scm \ | 285 | guix/import/cabal.scm \ |
| 286 | guix/import/composer.scm \ | ||
| 286 | guix/import/cpan.scm \ | 287 | guix/import/cpan.scm \ |
| 287 | guix/import/cran.scm \ | 288 | guix/import/cran.scm \ |
| 288 | guix/import/crate.scm \ | 289 | guix/import/crate.scm \ |
| @@ -341,6 +342,7 @@ MODULES = \ | |||
| 341 | guix/scripts/home/import.scm \ | 342 | guix/scripts/home/import.scm \ |
| 342 | guix/scripts/lint.scm \ | 343 | guix/scripts/lint.scm \ |
| 343 | guix/scripts/challenge.scm \ | 344 | guix/scripts/challenge.scm \ |
| 345 | guix/scripts/import/composer.scm \ | ||
| 344 | guix/scripts/import/crate.scm \ | 346 | guix/scripts/import/crate.scm \ |
| 345 | guix/scripts/import/cpan.scm \ | 347 | guix/scripts/import/cpan.scm \ |
| 346 | guix/scripts/import/cran.scm \ | 348 | guix/scripts/import/cran.scm \ |
| @@ -509,6 +511,7 @@ SCM_TESTS = \ | |||
| 509 | tests/challenge.scm \ | 511 | tests/challenge.scm \ |
| 510 | tests/channels.scm \ | 512 | tests/channels.scm \ |
| 511 | tests/combinators.scm \ | 513 | tests/combinators.scm \ |
| 514 | tests/composer.scm \ | ||
| 512 | tests/containers.scm \ | 515 | tests/containers.scm \ |
| 513 | tests/cpan.scm \ | 516 | tests/cpan.scm \ |
| 514 | tests/cpio.scm \ | 517 | tests/cpio.scm \ |
