Loading pkgs/by-name/el/element-desktop/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,11 @@ stdenv.mkDerivation ( runHook postConfigure ''; # Workaround for darwin sandbox build failure: "Error: listen EPERM: operation not permitted ..tsx..." preBuild = lib.optionalString stdenv.hostPlatform.isDarwin '' export TMPDIR="$(mktemp -d)" ''; buildPhase = '' runHook preBuild Loading Loading
pkgs/by-name/el/element-desktop/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,11 @@ stdenv.mkDerivation ( runHook postConfigure ''; # Workaround for darwin sandbox build failure: "Error: listen EPERM: operation not permitted ..tsx..." preBuild = lib.optionalString stdenv.hostPlatform.isDarwin '' export TMPDIR="$(mktemp -d)" ''; buildPhase = '' runHook preBuild Loading