File tree 1 file changed +7
-5
lines changed
pkgs/applications/misc/calibre
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 16
16
, hyphen
17
17
, unrarSupport ? false
18
18
, chmlib
19
- , python3Packages
19
+ , python2Packages
20
20
, libusb1
21
21
, libmtp
22
22
, xdg_utils
25
25
} :
26
26
27
27
let
28
- pypkgs = python3Packages ;
28
+ pypkgs = python2Packages ;
29
+
29
30
in
30
31
mkDerivation rec {
31
32
pname = "calibre" ;
32
- version = "4.13 .0" ;
33
+ version = "4.12 .0" ;
33
34
34
35
src = fetchurl {
35
36
url = "https://download.calibre-ebook.com/${ version } /${ pname } -${ version } .tar.xz" ;
36
- sha256 = "1xp1fvpdizk6g74diam4nd59s6fhcvp086y1brm6r9wy9zm7sn7r " ;
37
+ sha256 = "144vl5p0adcywcqaarrriq5zd8q5i934yfjg9himiq1vdp9vy4fi " ;
37
38
} ;
38
39
39
40
patches = [
@@ -170,7 +171,8 @@ mkDerivation rec {
170
171
description = "Comprehensive e-book software" ;
171
172
homepage = "https://calibre-ebook.com" ;
172
173
license = with licenses ; if unrarSupport then unfreeRedistributable else gpl3 ;
173
- maintainers = with maintainers ; [ domenkozar pSub ] ;
174
+ maintainers = with maintainers ; [ domenkozar pSub AndersonTorres ] ;
174
175
platforms = platforms . linux ;
176
+ inherit version ;
175
177
} ;
176
178
}
You can’t perform that action at this time.
0 commit comments