* [bug#27908] [PATCH] gnu: calibre: Add python2-msgpack as an native-input.
@ 2017-08-01 15:02 manolis837
2017-08-01 15:39 ` bug#27908: " Efraim Flashner
0 siblings, 1 reply; 4+ messages in thread
From: manolis837 @ 2017-08-01 15:02 UTC (permalink / raw)
To: 27908
From: Manolis Ragkousis <manolis837@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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#27908: [PATCH] gnu: calibre: Add python2-msgpack as an native-input.
2017-08-01 15:02 [bug#27908] [PATCH] gnu: calibre: Add python2-msgpack as an native-input manolis837
@ 2017-08-01 15:39 ` Efraim Flashner
2017-08-02 17:12 ` [bug#27908] " Manolis Ragkousis
0 siblings, 1 reply; 4+ messages in thread
From: Efraim Flashner @ 2017-08-01 15:39 UTC (permalink / raw)
To: 27908-done
[-- Attachment #1: Type: text/plain, Size: 231 bytes --]
Looks good to me
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#27908] [PATCH] gnu: calibre: Add python2-msgpack as an native-input.
2017-08-01 15:39 ` bug#27908: " Efraim Flashner
@ 2017-08-02 17:12 ` Manolis Ragkousis
2017-08-02 17:31 ` bug#27908: " Manolis Ragkousis
0 siblings, 1 reply; 4+ messages in thread
From: Manolis Ragkousis @ 2017-08-02 17:12 UTC (permalink / raw)
To: efraim; +Cc: 27908
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#27908: [PATCH] gnu: calibre: Add python2-msgpack as an native-input.
2017-08-02 17:12 ` [bug#27908] " Manolis Ragkousis
@ 2017-08-02 17:31 ` Manolis Ragkousis
0 siblings, 0 replies; 4+ messages in thread
From: Manolis Ragkousis @ 2017-08-02 17:31 UTC (permalink / raw)
To: 27908-done
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
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-08-02 17:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-01 15:02 [bug#27908] [PATCH] gnu: calibre: Add python2-msgpack as an native-input manolis837
2017-08-01 15:39 ` bug#27908: " Efraim Flashner
2017-08-02 17:12 ` [bug#27908] " Manolis Ragkousis
2017-08-02 17:31 ` bug#27908: " Manolis Ragkousis
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.