From 23b22f75e994fd66e9740d3f6ed8e0e2c5fb0313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 25 Aug 2025 13:53:46 +0200 Subject: [PATCH] services: dicod: Remove reference to (gnu packages dico). This is a followup to 4c130c980f5770e6974fc9c26e271945395e494f. * gnu/services/dict.scm (gnu): Remove reference to (gnu packages dico). Change-Id: Idf0d2c43d63d5ad040ecbc13629ffed5c603ddf3 --- gnu/services/dict.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/services/dict.scm b/gnu/services/dict.scm index fef89154395..c905d35a34a 100644 --- a/gnu/services/dict.scm +++ b/gnu/services/dict.scm @@ -29,7 +29,6 @@ #:use-module (gnu services shepherd) #:use-module (gnu system shadow) #:use-module ((gnu packages admin) #:select (shadow)) - #:use-module (gnu packages dico) #:use-module (gnu packages dictionaries) #:autoload (gnu build linux-container) (%namespaces) #:autoload (gnu system file-systems) (file-system-mapping)