[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: ebook: Drop circular inclusion of the module into itself.
From: |
Andreas Enge |
Subject: |
01/01: gnu: ebook: Drop circular inclusion of the module into itself. |
Date: |
Fri, 01 May 2015 20:44:16 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit ad797b75b8545b2eb40dcbc0d4823e59ed8f646b
Author: Andreas Enge <address@hidden>
Date: Fri May 1 22:43:08 2015 +0200
gnu: ebook: Drop circular inclusion of the module into itself.
* gnu/packages/ebook.scm: Do not import (gnu packages ebook).
---
gnu/packages/ebook.scm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 101c5ba..0d41121 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -25,7 +25,6 @@
#:use-module (guix build-system python)
#:use-module (gnu packages)
#:use-module (gnu packages databases)
- #:use-module (gnu packages ebook)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages glib)