summaryrefslogtreecommitdiff
path: root/guix/man-db.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/man-db.scm')
-rw-r--r--guix/man-db.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/man-db.scm b/guix/man-db.scm
index ae960e5a1e..5d62e0c82d 100644
--- a/guix/man-db.scm
+++ b/guix/man-db.scm
@@ -45,7 +45,7 @@
;;; Code:
;; Load 'gdbm-ffi' at run time to simplify the job of 'imported-modules' & co.
-(module-use! (current-module) (resolve-interface '(gdbm)))
+(module-autoload! (current-module) '(gdbm) '(gdbm-open GDBM_WRCREAT))
(define-record-type <mandb-entry>
(mandb-entry file-name name section synopsis kind)