From 24f1360f694ec0f3e4cfc392a5392fef0576dd13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 18 Sep 2022 22:53:46 +0200 Subject: Move get-forms to module static-util. --- scripts/module-dependants.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/module-dependants.scm') diff --git a/scripts/module-dependants.scm b/scripts/module-dependants.scm index 87c1f40b..2880446c 100755 --- a/scripts/module-dependants.scm +++ b/scripts/module-dependants.scm @@ -25,7 +25,8 @@ exec $GUILE -e main -s "$0" "$@" (srfi srfi-71) (ice-9 ftw) (texinfo string-utils) - (module-introspection)) + (module-introspection) + ((static-util) :select (get-forms))) (define cstat (make-object-property)) -- cgit v1.2.3