Merge pull request #33436 from dtzWill/fix/mendeley-gconf

mendeley: fix gconf errors, minor cleanup
This commit is contained in:
Orivej Desh 2018-01-06 03:46:19 +00:00 committed by GitHub
commit 998859d7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 10 deletions

View File

@ -15,7 +15,13 @@
, orc
, nss
, nspr
, qt5
, qtbase
, qtsvg
, qtdeclarative
, qtwebchannel
, qtquickcontrols
, qtwebkit
, qtwebengine
, sqlite
, xorg
, xlibs
@ -47,13 +53,13 @@ let
else "11z65mj1a2rw6cwfarl8r1vzpcz4ww5mgvd5fyv31l60mbmnqkap";
deps = [
qt5.qtbase
qt5.qtsvg
qt5.qtdeclarative
qt5.qtwebchannel
qt5.qtquickcontrols
qt5.qtwebkit
qt5.qtwebengine
qtbase
qtsvg
qtdeclarative
qtwebchannel
qtquickcontrols
qtwebkit
qtwebengine
alsaLib
dbus
freetype
@ -96,6 +102,8 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ dpkg which ] ++ deps;
propagatedUserEnvPkgs = [ gconf ];
unpackPhase = "true";
installPhase = ''

View File

@ -15903,8 +15903,7 @@ with pkgs;
mcomix = callPackage ../applications/graphics/mcomix { };
mendeley = callPackage ../applications/office/mendeley {
qt5 = qt56;
mendeley = libsForQt56.callPackage ../applications/office/mendeley {
gconf = pkgs.gnome2.GConf;
};