Unverified Commit 35f966ce authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

Merge pull request #325840 from emilioziniades/fix-bitwarden-desktop

bitwarden-desktop: export _logHook for sub-shell
parents 0d7271a8 85b5ae21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ in buildNpmPackage rec {

    pushd ${cargoRoot}
    export HOME=$(mktemp -d)
    export -f cargoCheckHook runHook _eval _callImplicitHook
    export -f cargoCheckHook runHook _eval _callImplicitHook _logHook
    export cargoCheckType=release
    dbus-run-session \
      --config-file=${dbus}/share/dbus-1/session.conf \