Unverified Commit c681de61 authored by Moritz Sanft's avatar Moritz Sanft Committed by GitHub
Browse files

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

parents ad9986b2 5749d2bb
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -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";