From a29cd4e641996c0aa19a9dfa86eb323d084543c9 Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Tue, 26 Oct 2021 12:48:51 +0200 Subject: [PATCH] bad module name --- glicid/packages/benchmark.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glicid/packages/benchmark.scm b/glicid/packages/benchmark.scm index b2cac1c..641e211 100644 --- a/glicid/packages/benchmark.scm +++ b/glicid/packages/benchmark.scm @@ -1,4 +1,4 @@ -(define-module (glicid packages glicid) +(define-module (glicid packages benchmark) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download)