mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
mendeley: cleanup
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
lib,
|
||||
fetchurl,
|
||||
appimageTools,
|
||||
gconf,
|
||||
imagemagick,
|
||||
}:
|
||||
|
||||
|
||||
@@ -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; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user