google-chrome: add coreutils to PATH

google-chrome-stable can't run without coreutils in PATH
This commit is contained in:
Graham Christensen 2020-06-17 08:32:34 -04:00
parent e76f83c266
commit e8ddc0cfa7
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -7,6 +7,9 @@
, dbus, gtk2, gtk3, gdk-pixbuf, gcc-unwrapped, at-spi2-atk, at-spi2-core
, kerberos, libdrm, mesa
# Command line programs
, coreutils
# command line arguments which are always set e.g "--disable-gpu"
, commandLineArgs ? ""
@ -58,7 +61,7 @@ let
liberation_ttf curl utillinux xdg_utils wget
flac harfbuzz icu libpng opusWithCustomModes snappy speechd
bzip2 libcap at-spi2-atk at-spi2-core
kerberos libdrm mesa
kerberos libdrm mesa coreutils
] ++ optional pulseSupport libpulseaudio
++ [ gtk ];