guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: calibre: Add python2-msgpack as an input.


From: Manolis Fragkiskos Ragkousis
Subject: 01/01: gnu: calibre: Add python2-msgpack as an input.
Date: Wed, 2 Aug 2017 13:21:49 -0400 (EDT)

phant0mas pushed a commit to branch master
in repository guix.

commit 9ef5940ce4b0548e7831436a8f34967e21f8d69e
Author: Manolis Ragkousis <address@hidden>
Date:   Tue Aug 1 17:56:26 2017 +0300

    gnu: calibre: Add python2-msgpack as an input.
    
    * gnu/packages/ebook.scm (calibre)[inputs]: Add python2-msgpack.
---
 gnu/packages/ebook.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index bbb127a..32f4f3b 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -41,6 +41,7 @@
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
   #:use-module (gnu packages qt)
+  #:use-module (gnu packages serialization)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages web)
   #:use-module (gnu packages xorg))
@@ -126,6 +127,8 @@
        ("python2-lxml" ,python2-lxml)
        ("python2-markdown" ,python2-markdown)
        ("python2-mechanize" ,python2-mechanize)
+       ;; python2-msgpack is needed for the network content server to work.
+       ("python2-msgpack" ,python2-msgpack)
        ("python2-netifaces" ,python2-netifaces)
        ("python2-pillow" ,python2-pillow)
        ("python2-pygments" ,python2-pygments)



reply via email to

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