Unverified Commit 696ef87f authored by Sven Mattsen's avatar Sven Mattsen
Browse files

brave: launch script uses coreutils tools

brave uses cat in its launch script but does not add coreutils
parent a8c0e1f4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
, udev
, wayland
, xdg-utils
, coreutils
, xorg
, zlib

@@ -171,7 +172,7 @@ stdenv.mkDerivation rec {
    gappsWrapperArgs+=(
      --prefix LD_LIBRARY_PATH : ${rpath}
      --prefix PATH : ${binpath}
      --suffix PATH : ${lib.makeBinPath [ xdg-utils ]}
      --suffix PATH : ${lib.makeBinPath [ xdg-utils coreutils ]}
      ${optionalString (enableFeatures != []) ''
      --add-flags "--enable-features=${strings.concatStringsSep "," enableFeatures}"
      ''}