From d92cfecb9513f64fb8c30675cfc90f19026b09e4 Mon Sep 17 00:00:00 2001
From: Rutherther <rutherther@ditigal.xyz>
Date: Sun, 26 Jan 2025 10:27:11 +0100
Subject: [PATCH] fix: missing module in ripgrep-all

---
 ruther/packages/ripgrep-all.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ruther/packages/ripgrep-all.scm b/ruther/packages/ripgrep-all.scm
index 3280b6d..05c55e2 100644
--- a/ruther/packages/ripgrep-all.scm
+++ b/ruther/packages/ripgrep-all.scm
@@ -10,6 +10,7 @@
 
   #:use-module (guix build-system cargo)
 
+  #:use-module (gnu packages crates-database)
   #:use-module (gnu packages crates-io)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages compression)
@@ -316,5 +317,3 @@ memory all at once.")
        "This package provides rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz,
 etc.")
       (license license:agpl3+))))
-
-ripgrep-all
-- 
2.48.1