Making Firefox 6.0 low-priority until it is fixed

svn path=/nixpkgs/trunk/; revision=28640
This commit is contained in:
Michael Raskin 2011-08-17 12:46:20 +00:00
parent 9faf54888d
commit 4234447eac

View File

@ -6479,7 +6479,7 @@ let
inherit (gnome) libIDL;
};
firefox60Wrapper = wrapFirefox firefox60Pkgs.firefox "firefox" "";
firefox60Wrapper = lowPrio (wrapFirefox firefox60Pkgs.firefox "firefox" "");
flac = callPackage ../applications/audio/flac { };