summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-08 20:30:24 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-08 20:30:24 +0000
commit2cbbaa62ae3876f5f9884b4c8f1dd60b942748fa (patch)
tree1343281ede31a0008fa3f3cbd910c15f237f0d01 /pkgs/applications/misc
parent863ccef2c4df677e975bf5bdeb61fb6b2c6e7c76 (diff)
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
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/calibre/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/misc/calibre/default.nix b/pkgs/applications/misc/calibre/default.nix
index 4091bccd5e34..43395b76941c 100644
--- a/pkgs/applications/misc/calibre/default.nix
+++ b/pkgs/applications/misc/calibre/default.nix
@@ -3,11 +3,11 @@ imagemagick, libjpeg, fontconfig, podofo, qt4, mechanize, lxml, dateutil,
pil, makeWrapper, unrar}:
stdenv.mkDerivation rec {
- name = "calibre-0.6.29";
+ name = "calibre-0.6.32";
src = fetchurl {
url = "mirror://sourceforge/calibre/${name}.tar.gz";
- sha256 = "1k3ady2ichig6x3k6w0fhvpbklk6jfzpmqn2wv8d8dqkkpm5vrvm";
+ sha256 = "0r646k5yig9y139jpajsr5scwsqjbgyq94klj7f2b8wjw79qpsmz";
};
inherit python;
@@ -40,5 +40,7 @@ stdenv.mkDerivation rec {
description = "Comprehensive e-book software";
homepage = http://calibre-ebook.com;
license = "GPLv3";
+ maintainers = with stdenv.lib.maintainers; [viric];
+ platforms = with stdenv.lib.platforms; linux;
};
}