bug#26303: calibre: conversion error for cbr files, unrar module is missing

2017-03-29 Thread ng0
ng0 transcribed 0.3K bytes: > Conversion from cbr to epub fails with this last line: > > RuntimeError: Failed to load unrar module with error: No module named > unrar > > > > Note that the books I've tried this on only worked with a comic book > reader we do not have in Guix, there are issues w

bug#26303: calibre: conversion error for cbr files, unrar module is missing

2017-03-29 Thread ng0
Conversion from cbr to epub fails with this last line: RuntimeError: Failed to load unrar module with error: No module named unrar Note that the books I've tried this on only worked with a comic book reader we do not have in Guix, there are issues with display, pages, etc.

bug#26302: [website] translations

2017-03-29 Thread ng0
ng0 transcribed 0.4K bytes: > One thing I like about the template of https://taler.net is the usage of > javascript free translations of text (jinja2 is used), easy to select > and write. > I think translations of web sites are useful, necessary and important. >

bug#26302: [website] translations

2017-03-29 Thread ng0
One thing I like about the template of https://taler.net is the usage of javascript free translations of text (jinja2 is used), easy to select and write. I think translations of web sites are useful, necessary and important.

bug#25235: Wrapped python programs get native-inputs in PYTHONPATH

2017-03-29 Thread Arun Isaac
I'm working on fixing this bug. I have modified guix/build/python-build-system.scm for the same. In particular, I have added #:use-module (guix packages) because I need the functions `package-name' and `package-transitive-target-inputs'. But, when I try building any python-build-system package wit