tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
calibre: fix missing gsettings schemas
Gabriel Ebner
8 years ago
0edd78f7
30412f99
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
calibre
default.nix
+2
-2
pkgs/applications/misc/calibre/default.nix
···
1
1
{ stdenv, fetchurl, fetchpatch, poppler_utils, pkgconfig, libpng
2
2
, imagemagick, libjpeg, fontconfig, podofo, qtbase, qmakeHook, icu, sqlite
3
3
, makeWrapper, unrarSupport ? false, chmlib, python2Packages, xz, libusb1, libmtp
4
4
-
, xdg_utils, makeDesktopItem
4
4
+
, xdg_utils, makeDesktopItem, wrapGAppsHook
5
5
}:
6
6
7
7
stdenv.mkDerivation rec {
···
53
53
54
54
buildInputs = [
55
55
poppler_utils libpng imagemagick libjpeg
56
56
-
fontconfig podofo qtbase chmlib icu sqlite libusb1 libmtp xdg_utils
56
56
+
fontconfig podofo qtbase chmlib icu sqlite libusb1 libmtp xdg_utils wrapGAppsHook
57
57
] ++ (with python2Packages; [
58
58
apsw cssselect cssutils dateutil lxml mechanize netifaces pillow
59
59
python pyqt5 sip