diff mbox series

[bug#63169] build: Undo "guix/scripts/import/cpan.scm" which was removed in commit 3aae8145a7.

Message ID 20230429062301.10071-1-k.kurochan9630@gmail.com
State New
Headers show
Series [bug#63169] build: Undo "guix/scripts/import/cpan.scm" which was removed in commit 3aae8145a7. | expand

Commit Message

Keisuke Kurosawa April 29, 2023, 6:23 a.m. UTC
* Makefile.am (MODULES): Add it.
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

Comments

Ludovic Courtès April 30, 2023, 9:20 p.m. UTC | #1
Hi,

Keisuke Kurosawa <k.kurochan9630@gmail.com> skribis:

> * Makefile.am (MODULES): Add it.

Applied, thanks!

Hard to believe nobody noticed in all these years…

Ludo’.
diff mbox series

Patch

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			\