* 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;
}
else
false
null

View file

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