Merge pull request #258463 from scm2342/bugfix/brave-missing-coreutils

This commit is contained in:
Artturi
2023-10-02 01:20:32 +03:00
committed by GitHub
@@ -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}"
''}