summaryrefslogtreecommitdiff
path: root/guix/build/elm-build-system.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-03-13 15:17:24 +0100
committerLudovic Courtès <ludo@gnu.org>2023-03-13 15:17:24 +0100
commit0bb0eeddf647e5d56afd4517b12919a36acac6ee (patch)
tree79c28bd56bc846b65ebde75084c523a999a1302b /guix/build/elm-build-system.scm
parent830497941526ac7320dcd4c5bb545ce9a040d1b1 (diff)
guix: Leave some of guix/build/* unchanged.
This partially reverts ae587c2ef041413bc709a555261db752068ea360 to reduce the number of rebuilds.
Diffstat (limited to 'guix/build/elm-build-system.scm')
-rw-r--r--guix/build/elm-build-system.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/build/elm-build-system.scm b/guix/build/elm-build-system.scm
index 87a426e2a9..02d7c029dd 100644
--- a/guix/build/elm-build-system.scm
+++ b/guix/build/elm-build-system.scm
@@ -23,6 +23,7 @@
#:use-module (guix build union)
#:use-module (ice-9 ftw)
#:use-module (ice-9 rdelim)
+ #:use-module (ice-9 regex)
#:use-module (ice-9 match)
#:use-module (ice-9 popen)
#:use-module (ice-9 vlist)