diff options
author | Keisuke Kurosawa <k.kurochan9630@gmail.com> | 2023-04-29 15:23:01 +0900 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-04-30 23:19:43 +0200 |
commit | 08675129aae260cb25cd6287e775cfe24bd92584 (patch) | |
tree | 94400b468b08bbdc4c4d4d4f4bd31973d63b1120 | |
parent | e042567145235a659dd84a8c3f3d4825ed800a8e (diff) |
build: Undo "guix/scripts/import/cpan.scm" which was removed in commit 3aae8145a7.
* Makefile.am (MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a763a7e305..7fe18c9f6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -329,6 +329,7 @@ MODULES = \ guix/scripts/lint.scm \ guix/scripts/challenge.scm \ guix/scripts/import/crate.scm \ + guix/scripts/import/cpan.scm \ guix/scripts/import/cran.scm \ guix/scripts/import/egg.scm \ guix/scripts/import/elm.scm \ |