diff --git a/pkgs/applications/editors/eclipse/default.nix b/pkgs/applications/editors/eclipse/default.nix index b3b9d273257..7d543c4ed55 100644 --- a/pkgs/applications/editors/eclipse/default.nix +++ b/pkgs/applications/editors/eclipse/default.nix @@ -3,7 +3,7 @@ , glib, gtk, libXtst, jre , webkitgtk2 ? null # for internal web browser , buildEnv, writeText, runCommand -, recurseIntoAttrs, callPackage +, callPackage }: assert stdenv ? glibc; @@ -388,6 +388,6 @@ in { ln -s ${eclipse}/share $out/ ''; - plugins = recurseIntoAttrs (callPackage ./plugins.nix { }); + plugins = callPackage ./plugins.nix { }; }