diff --git a/pkgs/applications/editors/eclipse/default.nix b/pkgs/applications/editors/eclipse/default.nix index 7085d703b5c..225c94faa87 100644 --- a/pkgs/applications/editors/eclipse/default.nix +++ b/pkgs/applications/editors/eclipse/default.nix @@ -55,5 +55,7 @@ stdenv.mkDerivation rec { meta = { homepage = http://www.eclipse.org/; description = "A extensible multi-language software development environment"; + longDescription = '' + ''; }; } diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/default.nix b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/default.nix index 42aea3dffcd..8bbe3396c47 100644 --- a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/default.nix +++ b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/default.nix @@ -77,10 +77,7 @@ stdenv.mkDerivation { libXext libXrender libXt gtk glib pango atk ]; - buildPhase = stdenv.lib.optionalString debug - '' - tar xfz plugin/debugger/libflashplayer.so.tar.gz - ''; + buildPhase = ":"; meta = { description = "Adobe Flash Player browser plugin";