summary refs log tree commit diff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2021-08-31 02:14:59 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2021-09-09 20:26:51 +0300
commit3a10563d47847507b2fc59e90e36c90d8b5d2089 (patch)
tree86557af68232f80456a880db6e4a6ccf2ac1b02a /gnu/local.mk
parent994c66bf846774da5104537ef1037d6a5bc56995 (diff)
downloadguix-3a10563d47847507b2fc59e90e36c90d8b5d2089.tar.gz
gnu: local.mk: Tabify.
* gnu/local.mk (GNU_SYSTEM_MODULES): Normalize to tabs.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 8c3c528663..0e2074a042 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -73,14 +73,14 @@ GNU_SYSTEM_MODULES =				\
   %D%/bootloader/u-boot.scm                     \
   %D%/bootloader/depthcharge.scm                \
   %D%/ci.scm					\
-  %D%/home.scm                                  \
-  %D%/home-services.scm                         \
-  %D%/home-services/symlink-manager.scm         \
-  %D%/home-services/fontutils.scm               \
-  %D%/home-services/configuration.scm           \
-  %D%/home-services/shells.scm                  \
-  %D%/home-services/utils.scm                   \
-  %D%/home-services/xdg.scm                     \
+  %D%/home.scm					\
+  %D%/home-services.scm			\
+  %D%/home-services/symlink-manager.scm	\
+  %D%/home-services/fontutils.scm		\
+  %D%/home-services/configuration.scm		\
+  %D%/home-services/shells.scm			\
+  %D%/home-services/utils.scm			\
+  %D%/home-services/xdg.scm			\
   %D%/image.scm					\
   %D%/packages.scm				\
   %D%/packages/abduco.scm			\