about summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorBenjamin Staffin <benley@gmail.com>2015-12-28 00:31:48 -0800
committerBenjamin Staffin <benley@gmail.com>2015-12-28 00:40:45 -0800
commitc8368cf124c61e0b252b5e05c88c56d274424de0 (patch)
tree4e7cee083a0f4f5e43813325418e3f8c194b8b9f /pkgs/top-level/all-packages.nix
parent7195e6e14f406b1de378d015a40911a2b195b8c0 (diff)
downloadnixlib-c8368cf124c61e0b252b5e05c88c56d274424de0.tar
nixlib-c8368cf124c61e0b252b5e05c88c56d274424de0.tar.gz
nixlib-c8368cf124c61e0b252b5e05c88c56d274424de0.tar.bz2
nixlib-c8368cf124c61e0b252b5e05c88c56d274424de0.tar.lz
nixlib-c8368cf124c61e0b252b5e05c88c56d274424de0.tar.xz
nixlib-c8368cf124c61e0b252b5e05c88c56d274424de0.tar.zst
nixlib-c8368cf124c61e0b252b5e05c88c56d274424de0.zip
google-chrome: add -beta and -unstable variants
It is a little weird that chromium has chromium, chromiumBeta,
chromiumDev but this one is google-chrome, google-chrome-beta,
google-chrome-dev.  Not quite sure what the best resolution is, if any.
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 092f03d777e1..0a92461c3c6f 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -12025,6 +12025,10 @@ let
 
   google-chrome = callPackage ../applications/networking/browsers/google-chrome { gconf = gnome.GConf; };
 
+  google-chrome-beta = google-chrome.override { channel = "beta"; };
+
+  google-chrome-dev = google-chrome.override { channel = "dev"; };
+
   googleearth = callPackage_i686 ../applications/misc/googleearth { };
 
   google_talk_plugin = callPackage ../applications/networking/browsers/mozilla-plugins/google-talk-plugin {