diff options
author | Christopher Baines <mail@cbaines.net> | 2020-04-17 07:33:37 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-04-17 07:33:37 +0100 |
commit | 2cc226bbc758f815ae1d58ad77ea58a7174cef2a (patch) | |
tree | e050c80224df31ba7696c45b48b4bee239232432 /gnu/packages | |
parent | 2d9886f7e8838d6aeb0cfb20a2a49fc7d8fb233c (diff) | |
download | guix-2cc226bbc758f815ae1d58ad77ea58a7174cef2a.tar.gz guix-2cc226bbc758f815ae1d58ad77ea58a7174cef2a.zip |
gnu: diffoscope.scm: Add missing import.
This follows on from 2d9886f7e8838d6aeb0cfb20a2a49fc7d8fb233c.
* gnu/packages/diffoscope.scm: Import (gnu packages maths).
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/diffoscope.scm | 1 |
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) |