lfam pushed a commit to branch master
in repository guix.

commit 0959478c726a3117da815f47c0ce92e4588a8ac4
Author: Leo Famulari <[email protected]>
Date:   Fri Nov 25 23:17:30 2016 -0500

    gnu: Add missing module import to (gnu packages ldc).
    
    This is a followup to commit e44b511298590ecc87c2c85d1cbc043a638dd1e0.
    
    * gnu/packages/ldc.scm: Import (gnu packages python).
---
 gnu/packages/ldc.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm
index 8d3368a..6ea7f66 100644
--- a/gnu/packages/ldc.scm
+++ b/gnu/packages/ldc.scm
@@ -29,6 +29,7 @@
   #:use-module (gnu packages compression)
   #:use-module (gnu packages libedit)
   #:use-module (gnu packages llvm)
+  #:use-module (gnu packages python)
   #:use-module (gnu packages textutils)
   #:use-module (gnu packages zip))
 

Reply via email to