Updating calibre (now, with chm support)

svn path=/nixpkgs/trunk/; revision=20797
wip/yesman
Lluís Batlle i Rossell 14 years ago
parent 8929e647c6
commit 54ccfcff2d
  1. 8
      pkgs/applications/misc/calibre/default.nix
  2. 2
      pkgs/top-level/all-packages.nix

@ -1,14 +1,14 @@
{ stdenv, fetchurl, python, pyqt4, sip, popplerQt4, pkgconfig, libpng
, imagemagick, libjpeg, fontconfig, podofo, qt4, mechanize, lxml, dateutil
, pil, cssutils, beautifulsoap, makeWrapper, unrar
, pil, cssutils, beautifulsoap, makeWrapper, unrar, chmlib
}:
stdenv.mkDerivation rec {
name = "calibre-0.6.43";
name = "calibre-0.6.45";
src = fetchurl {
url = "mirror://sourceforge/calibre/${name}.tar.gz";
sha256 = "1fqrishm5na2h0jh46w1gj7gvav335fixwrk6y7l7l4a6argjslr";
sha256 = "167qmhj4cp5z3skmhkip7axajqha13qnmxk0rgc8mwvc7kr5q98h";
};
inherit python;
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs =
[ python pyqt4 sip popplerQt4 pkgconfig libpng imagemagick libjpeg
fontconfig podofo qt4 mechanize lxml dateutil pil makeWrapper
cssutils beautifulsoap
cssutils beautifulsoap chmlib
];
installPhase = ''

@ -6869,7 +6869,7 @@ let
calibre = import ../applications/misc/calibre {
inherit stdenv fetchurl libpng imagemagick pkgconfig libjpeg fontconfig podofo
qt4 makeWrapper unrar sip pyqt4 pil;
qt4 makeWrapper unrar sip pyqt4 pil chmlib;
python = python26Full;
popplerQt4 = popplerQt45;
inherit (python26Packages) mechanize lxml dateutil cssutils beautifulsoap;

Loading…
Cancel
Save