brave: launch script uses coreutils tools
brave uses cat in its launch script but does not add coreutils
This commit is contained in:
parent
a8c0e1f470
commit
696ef87f6f
1 changed files with 2 additions and 1 deletions
|
@ -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}"
|
||||
''}
|
||||
|
|
Loading…
Reference in a new issue