fix flash player debug build

svn path=/nixpkgs/trunk/; revision=21411
This commit is contained in:
Marc Weber 2010-04-28 20:02:40 +00:00
parent e5ce3e5c8c
commit 8a79919093
2 changed files with 3 additions and 4 deletions

View file

@ -55,5 +55,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.eclipse.org/;
description = "A extensible multi-language software development environment";
longDescription = ''
'';
};
}

View file

@ -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";