summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMatthijs Steen <emailmatthijs@gmail.com>2015-11-08 18:55:47 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-11-16 15:15:51 +0100
commit0ceda119d7f125e879358116c05d291780797ef7 (patch)
treecaee1a28dd10a529aff79a13e7bbe17306e25276 /pkgs/top-level
parent61402311cc49b746f5992d4cbadfd960904dca6c (diff)
downloadnixlib-0ceda119d7f125e879358116c05d291780797ef7.tar
nixlib-0ceda119d7f125e879358116c05d291780797ef7.tar.gz
nixlib-0ceda119d7f125e879358116c05d291780797ef7.tar.bz2
nixlib-0ceda119d7f125e879358116c05d291780797ef7.tar.lz
nixlib-0ceda119d7f125e879358116c05d291780797ef7.tar.xz
nixlib-0ceda119d7f125e879358116c05d291780797ef7.tar.zst
nixlib-0ceda119d7f125e879358116c05d291780797ef7.zip
google-chrome: init at 45.0.2454.101-1 (close #10892)
As suggested the Google Chrome .deb file that is used for Chromium's plugins is reused.
vcunat removed lots of newlines, as the style was diverging from the
majority far too much (IHHO).
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 66382269ebaa..66e8ef088e30 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -11851,6 +11851,8 @@ let
     inherit (gnome) GConf;
   };
 
+  google-chrome = callPackage ../applications/networking/browsers/google-chrome { gconf = gnome.GConf; };
+
   googleearth = callPackage_i686 ../applications/misc/googleearth { };
 
   google_talk_plugin = callPackage ../applications/networking/browsers/mozilla-plugins/google-talk-plugin {