summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-04-17 07:33:37 +0100
committerChristopher Baines <mail@cbaines.net>2020-04-17 07:33:37 +0100
commit2cc226bbc758f815ae1d58ad77ea58a7174cef2a (patch)
treee050c80224df31ba7696c45b48b4bee239232432
parent2d9886f7e8838d6aeb0cfb20a2a49fc7d8fb233c (diff)
downloadpatches-2cc226bbc758f815ae1d58ad77ea58a7174cef2a.tar
patches-2cc226bbc758f815ae1d58ad77ea58a7174cef2a.tar.gz
gnu: diffoscope.scm: Add missing import.
This follows on from 2d9886f7e8838d6aeb0cfb20a2a49fc7d8fb233c. * gnu/packages/diffoscope.scm: Import (gnu packages maths).
-rw-r--r--gnu/packages/diffoscope.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index f9a7c66646..71c0039dfb 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -45,6 +45,7 @@
#:use-module (gnu packages linux)
#:use-module (gnu packages llvm)
#:use-module (gnu packages man)
+ #:use-module (gnu packages maths)
#:use-module (gnu packages mono)
#:use-module (gnu packages ocaml)
#:use-module (gnu packages package-management)