Unverified Commit 4f5e1525 authored by Tygo van den Hurk's avatar Tygo van den Hurk
Browse files

ergogen: init at 4.1.0

parent f782e1b6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -20,12 +20,15 @@ buildNpmPackage (finalAttrs: {
  };

  npmDepsHash = "sha256-BQbf/2lWLYnrSjwWjDo6QceFyR+J/vhDcVgCaytGfl0=";

  makeCacheWritable = true;
  dontNpmBuild = true;
  npmPackFlags = [ "--ignore-scripts" ];
  NODE_OPTIONS = "--openssl-legacy-provider";

  doInstallCheck = true;
  nativeInstallCheck = [ versionCheckHook ];
  nativeInstallCheckInputs = [ versionCheckHook ];

  passthru.updateScript = nix-update-script { };

  meta = {