Skip to content

Commit 0edd78f

Browse files
committedJun 13, 2017
calibre: fix missing gsettings schemas
1 parent 30412f9 commit 0edd78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/misc/calibre/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ stdenv, fetchurl, fetchpatch, poppler_utils, pkgconfig, libpng
22
, imagemagick, libjpeg, fontconfig, podofo, qtbase, qmakeHook, icu, sqlite
33
, makeWrapper, unrarSupport ? false, chmlib, python2Packages, xz, libusb1, libmtp
4-
, xdg_utils, makeDesktopItem
4+
, xdg_utils, makeDesktopItem, wrapGAppsHook
55
}:
66

77
stdenv.mkDerivation rec {
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
5353

5454
buildInputs = [
5555
poppler_utils libpng imagemagick libjpeg
56-
fontconfig podofo qtbase chmlib icu sqlite libusb1 libmtp xdg_utils
56+
fontconfig podofo qtbase chmlib icu sqlite libusb1 libmtp xdg_utils wrapGAppsHook
5757
] ++ (with python2Packages; [
5858
apsw cssselect cssutils dateutil lxml mechanize netifaces pillow
5959
python pyqt5 sip

0 commit comments

Comments
 (0)
Please sign in to comment.