element-call: add dist to output (#363896)

This commit is contained in:
Moritz Sanft 2025-01-29 11:25:36 +01:00 committed by GitHub
commit c681de61b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,10 +37,18 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
yarnConfigHook
yarnBuildHook
yarnInstallHook
nodejs
];
installPhase = ''
runHook preInstall
mkdir $out
cp -r dist/* $out
runHook postInstall
'';
meta = with lib; {
homepage = "https://github.com/element-hq/element-call";
description = "Group calls powered by Matrix";