Commit 4fc37e19 authored by lelgenio's avatar lelgenio
Browse files

element-call: use yarnInstallHook

parent 645bec21
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@
, fetchYarnDeps
, yarnConfigHook
, yarnBuildHook
, yarnInstallHook
, nodejs
, npmHooks
}:

let
@@ -37,12 +37,9 @@ stdenv.mkDerivation (finalAttrs: {
  nativeBuildInputs = [
    yarnConfigHook
    yarnBuildHook
    yarnInstallHook
    nodejs
    npmHooks.npmInstallHook
  ];
  # From some reason causes the build to fail due to dependencies not available
  # offline
  dontNpmPrune = true;

  meta = with lib; {
    homepage = "https://github.com/element-hq/element-call";