[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/15: build: Undo "guix/scripts/import/cpan.scm" which was removed in c
From: |
guix-commits |
Subject: |
15/15: build: Undo "guix/scripts/import/cpan.scm" which was removed in commit 3aae8145a7. |
Date: |
Sun, 30 Apr 2023 17:22:14 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 08675129aae260cb25cd6287e775cfe24bd92584
Author: Keisuke Kurosawa <k.kurochan9630@gmail.com>
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 <ludo@gnu.org>
---
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 \
- 04/15: gnu: Add chicken-srfi-18., (continued)
- 04/15: gnu: Add chicken-srfi-18., guix-commits, 2023/04/30
- 08/15: system: guix: Use config's ACL file location., guix-commits, 2023/04/30
- 03/15: gnu: Add chicken-compile-file., guix-commits, 2023/04/30
- 09/15: installer: Filter out C.UTF-8 from the list of locales., guix-commits, 2023/04/30
- 11/15: gnu: mumi: Add guile-gnutls to inputs., guix-commits, 2023/04/30
- 12/15: gnu: slim: Fix build failure with GCC-11, guix-commits, 2023/04/30
- 14/15: gnu: plover: Fix build., guix-commits, 2023/04/30
- 06/15: gnu: guix: Add guile-semver., guix-commits, 2023/04/30
- 10/15: doc: Add --sysconfdir=/etc to the recommended ./configure., guix-commits, 2023/04/30
- 13/15: gnu: slim: Update homepage., guix-commits, 2023/04/30
- 15/15: build: Undo "guix/scripts/import/cpan.scm" which was removed in commit 3aae8145a7.,
guix-commits <=