mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: diffoscope.scm: Add missing import.
This follows on from 2d9886f7e8
.
* gnu/packages/diffoscope.scm: Import (gnu packages maths).
This commit is contained in:
parent
2d9886f7e8
commit
2cc226bbc7
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ (define-module (gnu packages diffoscope)
|
|||
#: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)
|
||||
|
|
Loading…
Reference in a new issue