mendeley: cleanup

This commit is contained in:
Weijia Wang
2026-05-29 19:10:57 +02:00
parent b9db3567ed
commit 3fecd4eba3
2 changed files with 1 additions and 4 deletions

View File

@@ -2,7 +2,6 @@
lib,
fetchurl,
appimageTools,
gconf,
imagemagick,
}:

View File

@@ -9546,9 +9546,7 @@ with pkgs;
mediaelch-qt5 = callPackage ../by-name/me/mediaelch/package.nix { qtVersion = 5; };
mediaelch-qt6 = mediaelch;
mendeley = libsForQt5.callPackage ../applications/office/mendeley {
gconf = gnome2.GConf;
};
mendeley = callPackage ../applications/office/mendeley { };
mercurialFull = mercurial.override { fullBuild = true; };