From 8a79919093ebcacd81b2cf1b750e93b6b94c7d5c Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Wed, 28 Apr 2010 20:02:40 +0000 Subject: [PATCH] fix flash player debug build svn path=/nixpkgs/trunk/; revision=21411 --- pkgs/applications/editors/eclipse/default.nix | 2 ++ .../browsers/mozilla-plugins/flashplayer-10/default.nix | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) 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";