* Don't pass Blackdown to firefox-wrapper unless it is actually built.

svn path=/nixpkgs/branches/usability/; revision=4999
This commit is contained in:
Eelco Dolstra 2006-03-08 16:03:47 +00:00
parent a2d161eb4c
commit 4c63a4a97a
2 changed files with 2 additions and 3 deletions

View File

@ -6,4 +6,4 @@ if stdenv.system == "i686-linux"
inherit stdenv fetchurl; inherit stdenv fetchurl;
} }
else else
false null

View File

@ -1887,9 +1887,8 @@ rec {
plugins = [ plugins = [
MPlayerPlugin MPlayerPlugin
flashplayer flashplayer
blackdown
# RealPlayer # disabled by default for legal reasons # RealPlayer # disabled by default for legal reasons
]; ] ++ (if blackdown != null then [blackdown] else []);
}; };
firefoxWrapper = wrapFirefox firefox; firefoxWrapper = wrapFirefox firefox;