Skip to content

Commit

Permalink
calibre: 2.82.0 -> 2.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Apr 16, 2017
1 parent f0fac3b commit fe7fc0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/applications/misc/calibre/default.nix
Expand Up @@ -5,12 +5,12 @@
}:

stdenv.mkDerivation rec {
version = "2.82.0";
version = "2.83.0";
name = "calibre-${version}";

src = fetchurl {
url = "https://download.calibre-ebook.com/${version}/${name}.tar.xz";
sha256 = "073iarhjsapqf1g8ji1w835biixybqq869flq58vkz37wjmray8k";
sha256 = "1ar6hkcl50lhgwccss759201cqgnwasqmhw9japgnz04fj66w5ln";
};

patches = [
Expand Down Expand Up @@ -47,6 +47,8 @@ stdenv.mkDerivation rec {

dontUseQmakeConfigure = true;

enableParallelBuilding = true;

nativeBuildInputs = [ makeWrapper pkgconfig qmakeHook ];

buildInputs = [
Expand Down

0 comments on commit fe7fc0b

Please sign in to comment.