chromium: Use new channel based sources.

Switch to channel based sources and default to the "stable" channel.
This commit is contained in:
aszlig 2012-07-04 14:11:25 +02:00
parent a65ba9e083
commit f6e063e7fc

View File

@ -26,6 +26,7 @@ let
mkConfigurable = stdenv.lib.mapAttrs (flag: default: getConfig ["chromium" flag] default);
config = mkConfigurable {
channel = "stable";
selinux = false;
nacl = false;
openssl = true;
@ -36,7 +37,7 @@ let
pulseaudio = getConfig ["pulseaudio"] true;
};
sourceInfo = import ./source.nix;
sourceInfo = builtins.getAttr config.channel (import ./sources.nix);
mkGypFlags = with stdenv.lib; let
sanitize = value: