google-chrome*: add meta.mainProgram
This commit is contained in:
parent
24063d067f
commit
a4895f7183
@ -161,5 +161,8 @@ in stdenv.mkDerivation {
|
||||
# will try to merge PRs and respond to issues but I'm not actually using
|
||||
# Google Chrome.
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram =
|
||||
if (channel == "dev") then "google-chrome-unstable"
|
||||
else "google-chrome-${channel}";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user