diff options
author | Andreas Enge <andreas@enge.fr> | 2023-08-07 17:25:27 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-08-07 17:26:40 +0200 |
commit | c47f5587a23d6780ad6cae31b56d2d05d446c5c0 (patch) | |
tree | ff04d940d6396e5daff850bc810042f2289ca4a8 | |
parent | f1badc9406aca4e59ab1eb823c40bd333612833e (diff) | |
download | guix-c47f5587a23d6780ad6cae31b56d2d05d446c5c0.tar.gz guix-c47f5587a23d6780ad6cae31b56d2d05d446c5c0.zip |
gnu: maths: Remove a duplicate module import.
Reported-by: Andy Tai <atai@atai.org>
* gnu/packages/maths.scm: Remove duplicate line.
-rw-r--r-- | gnu/packages/maths.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 0d74a2a55c..6fceddb4ad 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -82,7 +82,6 @@ #:use-module (ice-9 match) #:use-module (gnu packages) #:use-module ((guix licenses) #:prefix license:) - #:use-module (guix gexp) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) |