diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-02-09 16:10:28 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-02-09 21:00:11 +0100 |
commit | 2846aec2f7d53b9244ad55c1436437843287426a (patch) | |
tree | 4b730b380b31e19ef6f959ad0afc0c7c067da19c /gnu/local.mk | |
parent | 13c6f9c9885092fe693ad29b0fe1e807de11a548 (diff) | |
download | patches-2846aec2f7d53b9244ad55c1436437843287426a.tar patches-2846aec2f7d53b9244ad55c1436437843287426a.tar.gz |
gnu: chicken: Move to a separate module.
* gnu/packages/scheme.scm (chicken): Move to chicken.scm.
* gnu/packages/chicken.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 64ad653542..d86b39cacb 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -109,6 +109,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/check.scm \ %D%/packages/chemistry.scm \ %D%/packages/chez.scm \ + %D%/packages/chicken.scm \ %D%/packages/chromium.scm \ %D%/packages/ci.scm \ %D%/packages/cinnamon.scm \ |