Skip to content

Commit

Permalink
Merge pull request #25419 from volth/google-chrome-remove-gcc-dependency
Browse files Browse the repository at this point in the history
google-chrome: remove dependency on gcc
  • Loading branch information
Mic92 committed May 2, 2017
2 parents 7be7902 + 0370749 commit b48be46
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -4,7 +4,7 @@
, glib, fontconfig, freetype, pango, cairo, libX11, libXi, atk, gconf, nss, nspr
, libXcursor, libXext, libXfixes, libXrender, libXScrnSaver, libXcomposite, libxcb
, alsaLib, libXdamage, libXtst, libXrandr, expat, cups
, dbus_libs, gtk2, gtk3, gdk_pixbuf, gcc
, dbus_libs, gtk2, gtk3, gdk_pixbuf, gcc-unwrapped

# command line arguments which are always set e.g "--disable-gpu"
, commandLineArgs ? ""
Expand Down Expand Up @@ -43,11 +43,10 @@ let
};

deps = [
stdenv.cc.cc
glib fontconfig freetype pango cairo libX11 libXi atk gconf nss nspr
libXcursor libXext libXfixes libXrender libXScrnSaver libXcomposite libxcb
alsaLib libXdamage libXtst libXrandr expat cups
dbus_libs gdk_pixbuf gcc
dbus_libs gdk_pixbuf gcc-unwrapped.lib
systemd
libexif
liberation_ttf curl utillinux xdg_utils wget
Expand Down

0 comments on commit b48be46

Please sign in to comment.