summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2021-12-03 11:08:18 +0100
committerMarius Bakke <marius@gnu.org>2022-10-27 19:43:06 +0200
commit6e7ed040339d815c3a3f72706b75bd0162969c9d (patch)
tree2fbc87fd8fa77aadc97c32b8c54d832d3a705d9f /gnu/local.mk
parentc485a9d8af210425a0435280fff8588563e49684 (diff)
gnu: pypy: Move to separate module.
This removes the need to import (gnu packages python-xyz) in (gnu packages python), avoiding issues with circular imports. * gnu/packages/python.scm (pypy): Move… * gnu/packages/pypy.scm (pypy): …here * gnu/local.mk: Register new file. Co-authored-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 8acaa0b572..975e5965ac 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -506,6 +506,7 @@ GNU_SYSTEM_MODULES = \
%D%/packages/pure.scm \
%D%/packages/purescript.scm \
%D%/packages/pv.scm \
+ %D%/packages/pypy.scm \
%D%/packages/python.scm \
%D%/packages/python-build.scm \
%D%/packages/python-check.scm \