mendeley: cleanup (#525652)

This commit is contained in:
Weijia Wang
2026-05-30 19:34:36 +00:00
committed by GitHub
2 changed files with 1 additions and 4 deletions
@@ -2,7 +2,6 @@
lib,
fetchurl,
appimageTools,
gconf,
imagemagick,
}:
+1 -3
View File
@@ -9468,9 +9468,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; };