Loading pkgs/applications/networking/instant-messengers/element/element-web.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ , writeText , jq , yarn , fixup_yarn_lock , prefetch-yarn-deps , nodejs , jitsi-meet }: Loading @@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: builtins.removeAttrs pinData [ "hashes" ] // { sha256 = webYarnHash; }; nativeBuildInputs = [ yarn fixup_yarn_lock jq nodejs ]; nativeBuildInputs = [ yarn prefetch-yarn-deps jq nodejs ]; configurePhase = '' runHook preConfigure Loading @@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: builtins.removeAttrs pinData [ "hashes" ] // { export NODE_OPTIONS=--openssl-legacy-provider mkdir -p $HOME fixup_yarn_lock yarn.lock fixup-yarn-lock yarn.lock yarn config --offline set yarn-offline-mirror $offlineCache yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive patchShebangs node_modules Loading Loading
pkgs/applications/networking/instant-messengers/element/element-web.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ , writeText , jq , yarn , fixup_yarn_lock , prefetch-yarn-deps , nodejs , jitsi-meet }: Loading @@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: builtins.removeAttrs pinData [ "hashes" ] // { sha256 = webYarnHash; }; nativeBuildInputs = [ yarn fixup_yarn_lock jq nodejs ]; nativeBuildInputs = [ yarn prefetch-yarn-deps jq nodejs ]; configurePhase = '' runHook preConfigure Loading @@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: builtins.removeAttrs pinData [ "hashes" ] // { export NODE_OPTIONS=--openssl-legacy-provider mkdir -p $HOME fixup_yarn_lock yarn.lock fixup-yarn-lock yarn.lock yarn config --offline set yarn-offline-mirror $offlineCache yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive patchShebangs node_modules Loading