* Mark chrome as low priority so that the chrome wrapper gets
installed. svn path=/nixpkgs/trunk/; revision=31521
This commit is contained in:
parent
5331d4e98b
commit
e3796d59a6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user