summaryrefslogtreecommitdiff
path: root/gnu/packages/flex.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-05-23 13:59:46 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-05-23 13:59:46 +0200
commit8efe2a22eaaf00d667c54968c025a3477cb3c3f7 (patch)
tree103479018f1eee560e8cbdd3350b1d9565a7969d /gnu/packages/flex.scm
parent6c7d0620cf1d893a9fa71a0d7f556314ef09531b (diff)
downloadguix-8efe2a22eaaf00d667c54968c025a3477cb3c3f7.tar.gz
guix-8efe2a22eaaf00d667c54968c025a3477cb3c3f7.tar.xz
gnu: Use "code" instead of "indent".
This is a follow-up to commit e470abf8b789e61ae918a80f141e3c06afd44832. * gnu/packages/commencement.scm, gnu/packages/flex.scm: Use module "code" instead of "indent".
Diffstat (limited to 'gnu/packages/flex.scm')
-rw-r--r--gnu/packages/flex.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/flex.scm b/gnu/packages/flex.scm
index b09ac0bb89..29c5c92766 100644
--- a/gnu/packages/flex.scm
+++ b/gnu/packages/flex.scm
@@ -26,7 +26,7 @@
#:use-module (gnu packages m4)
#:use-module (gnu packages man)
#:use-module (gnu packages bison)
- #:use-module (gnu packages indent)
+ #:use-module (gnu packages code)
#:use-module (srfi srfi-1))
(define-public flex