forked from mirrors/nixpkgs
Updating calibre.
I still have not been able to convert any single book to lrf with this calibre. There may be some tool missing, but I don't guess what. svn path=/nixpkgs/trunk/; revision=19310
This commit is contained in:
parent
863ccef2c4
commit
2cbbaa62ae
|
@ -3,11 +3,11 @@ imagemagick, libjpeg, fontconfig, podofo, qt4, mechanize, lxml, dateutil,
|
||||||
pil, makeWrapper, unrar}:
|
pil, makeWrapper, unrar}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "calibre-0.6.29";
|
name = "calibre-0.6.32";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/calibre/${name}.tar.gz";
|
url = "mirror://sourceforge/calibre/${name}.tar.gz";
|
||||||
sha256 = "1k3ady2ichig6x3k6w0fhvpbklk6jfzpmqn2wv8d8dqkkpm5vrvm";
|
sha256 = "0r646k5yig9y139jpajsr5scwsqjbgyq94klj7f2b8wjw79qpsmz";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit python;
|
inherit python;
|
||||||
|
@ -40,5 +40,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Comprehensive e-book software";
|
description = "Comprehensive e-book software";
|
||||||
homepage = http://calibre-ebook.com;
|
homepage = http://calibre-ebook.com;
|
||||||
license = "GPLv3";
|
license = "GPLv3";
|
||||||
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue