Skip to content

Commit

Permalink
element-call: use yarnInstallHook
Browse files Browse the repository at this point in the history
  • Loading branch information
lelgenio committed Sep 4, 2024
1 parent 645bec2 commit 4fc37e1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkgs/by-name/el/element-call/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
, fetchYarnDeps
, yarnConfigHook
, yarnBuildHook
, yarnInstallHook
, nodejs
, npmHooks
}:

let
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit 4fc37e1

Please sign in to comment.