guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: diffoscope.scm: Add missing import.


From: guix-commits
Subject: branch master updated: gnu: diffoscope.scm: Add missing import.
Date: Fri, 17 Apr 2020 02:35:18 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2cc226b  gnu: diffoscope.scm: Add missing import.
2cc226b is described below

commit 2cc226bbc758f815ae1d58ad77ea58a7174cef2a
Author: Christopher Baines <address@hidden>
AuthorDate: Fri Apr 17 07:33:37 2020 +0100

    gnu: diffoscope.scm: Add missing import.
    
    This follows on from 2d9886f7e8838d6aeb0cfb20a2a49fc7d8fb233c.
    
    * gnu/packages/diffoscope.scm: Import (gnu packages maths).
---
 gnu/packages/diffoscope.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index f9a7c66..71c0039 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]