Skip to content

Commit c681de6

Browse files
authored
element-call: add dist to output (#363896)
2 parents ad9986b + 5749d2b commit c681de6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pkgs/by-name/el/element-call/package.nix

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,18 @@ stdenv.mkDerivation (finalAttrs: {
3737
nativeBuildInputs = [
3838
yarnConfigHook
3939
yarnBuildHook
40-
yarnInstallHook
4140
nodejs
4241
];
4342

43+
installPhase = ''
44+
runHook preInstall
45+
46+
mkdir $out
47+
cp -r dist/* $out
48+
49+
runHook postInstall
50+
'';
51+
4452
meta = with lib; {
4553
homepage = "https://github.com/element-hq/element-call";
4654
description = "Group calls powered by Matrix";

0 commit comments

Comments
 (0)