civodul pushed a commit to branch master
in repository guix.

commit 08675129aae260cb25cd6287e775cfe24bd92584
Author: Keisuke Kurosawa <[email protected]>
AuthorDate: Sat Apr 29 15:23:01 2023 +0900

    build: Undo "guix/scripts/import/cpan.scm" which was removed in commit 
3aae8145a7.
    
    * Makefile.am (MODULES): Add it.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

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                  \

Reply via email to