Skip to content

Commit

Permalink
google-chrome: add coreutils to PATH
Browse files Browse the repository at this point in the history
google-chrome-stable can't run without coreutils in PATH

(cherry picked from commit e8ddc0c)
  • Loading branch information
grahamc committed Jun 17, 2020
1 parent 92f1c50 commit 725c4fd
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ? ""

Expand Down Expand Up @@ -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 ];

Expand Down

0 comments on commit 725c4fd

Please sign in to comment.