mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: maths: Remove a duplicate module import.
Reported-by: Andy Tai <atai@atai.org> * gnu/packages/maths.scm: Remove duplicate line.
This commit is contained in:
parent
f1badc9406
commit
c47f5587a2
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ (define-module (gnu packages maths)
|
||||||
#:use-module (ice-9 match)
|
#:use-module (ice-9 match)
|
||||||
#:use-module (gnu packages)
|
#:use-module (gnu packages)
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
#:use-module ((guix licenses) #:prefix license:)
|
||||||
#:use-module (guix gexp)
|
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
|
|
Loading…
Reference in a new issue