summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-05-23 12:13:16 +0200
committerLudovic Courtès <ludo@gnu.org>2018-05-23 12:14:27 +0200
commite470abf8b789e61ae918a80f141e3c06afd44832 (patch)
tree3619b533e287e15e2a1b7d08263dbaa6912b9cdc /gnu/local.mk
parentc1e5109b6843d5670bf81678f2697babc9b770c9 (diff)
downloadguix-patches-e470abf8b789e61ae918a80f141e3c06afd44832.tar
guix-patches-e470abf8b789e61ae918a80f141e3c06afd44832.tar.gz
gnu: Move 'indent' to code.scm.
Suggested by Pierre Neidhardt <ambrevar@gmail.com>. * gnu/packages/indent.scm: Remove. Move 'indent' to... * gnu/packages/code.scm (indent): ... here. New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove indent.scm.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 469e73f7c7..4cdbaec1dc 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -226,7 +226,6 @@ GNU_SYSTEM_MODULES = \
%D%/packages/image-processing.scm \
%D%/packages/image-viewers.scm \
%D%/packages/imagemagick.scm \
- %D%/packages/indent.scm \
%D%/packages/inklingreader.scm \
%D%/packages/inkscape.scm \
%D%/packages/irc.scm \