* Mark chrome as low priority so that the chrome wrapper gets

installed.

svn path=/nixpkgs/trunk/; revision=31521
This commit is contained in:
Eelco Dolstra 2012-01-13 13:43:15 +00:00
parent 5331d4e98b
commit e3796d59a6

View File

@ -6460,10 +6460,10 @@ let
xulrunner = firefox36Pkgs.xulrunner;
};
chrome = callPackage ../applications/networking/browsers/chromium {
chrome = lowPrio (callPackage ../applications/networking/browsers/chromium {
inherit (gnome) GConf;
patchelf = patchelf06;
};
});
chromeWrapper = wrapFirefox
{ browser = chrome; browserName = "chrome"; desktopName = "Chrome";