element-call: add dist to output (#363896)
This commit is contained in:
commit
c681de61b8
@ -37,10 +37,18 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
yarnConfigHook
|
yarnConfigHook
|
||||||
yarnBuildHook
|
yarnBuildHook
|
||||||
yarnInstallHook
|
|
||||||
nodejs
|
nodejs
|
||||||
];
|
];
|
||||||
|
|
||||||
|
installPhase = ''
|
||||||
|
runHook preInstall
|
||||||
|
|
||||||
|
mkdir $out
|
||||||
|
cp -r dist/* $out
|
||||||
|
|
||||||
|
runHook postInstall
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/element-hq/element-call";
|
homepage = "https://github.com/element-hq/element-call";
|
||||||
description = "Group calls powered by Matrix";
|
description = "Group calls powered by Matrix";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user