GNU bug report logs -
#27908
[PATCH] gnu: calibre: Add python2-msgpack as an native-input.
Previous Next
Reported by: manolis837 <at> gmail.com
Date: Tue, 1 Aug 2017 15:03:02 UTC
Severity: normal
Tags: patch
Done: Manolis Ragkousis <manolis837 <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#27908: [PATCH] gnu: calibre: Add python2-msgpack as an native-input.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 27908 <at> debbugs.gnu.org.
--
27908: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27908
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Pushed to master.
On 08/02/2017 08:12 PM, Manolis Ragkousis wrote:
> Hey Efraim
>
> On 08/01/2017 06:39 PM, Efraim Flashner wrote:
>> Looks good to me
>>
>
> I looked at my patch again and I think that python2-msgpack should be an
> input, not a native-input. It's needed at run-time. I will make the
> appropriate changes and push to master.
>
> Thank you,
> Manolis
>
>
>
[Message part 3 (message/rfc822, inline)]
From: Manolis Ragkousis <manolis837 <at> gmail.com>
* gnu/packages/ebook.scm (calibre)[native-inputs]: Add python2-msgpack.
---
gnu/packages/ebook.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index bbb127a7d..4d893ec48 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))
@@ -100,7 +101,9 @@
;; also creates lots of messages
;; mkdir: cannot create directory '/homeless-shelter': Permission denied
("python2-flake8" ,python2-flake8)
- ("xdg-utils" ,xdg-utils)))
+ ("xdg-utils" ,xdg-utils)
+ ;; python2-msgpack is needed for the network content server to work.
+ ("python2-msgpack" ,python2-msgpack)))
;; Beautifulsoup3 is bundled but obsolete and not packaged, so just leave it bundled.
(inputs
`(("chmlib" ,chmlib)
--
2.13.3
This bug report was last modified 7 years and 298 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.