nixpkgs/pkgs/build-support/node
sternenseemann bd374243c0 npmHooks: use adjacent packages, not buildPackages
Hooks are essentially implemented as special shell packages that run on
their respective host platform. When they are used, they appear as
nativeBuildInputs (as they need to be executed as part of the build of a
package using them) so are taken from buildPackages relative to the
derivation using them.

Since the override in buildNpmPackage nullifies splicing, we take
npmHooks from buildPackages manually.

Fixes pkgsCross.ghcjs.buildPackages.emscripten and thus
pkgsCross.ghcjs.haskellPackages.ghc.
2023-09-09 17:55:37 +02:00
..
build-npm-package npmHooks: use adjacent packages, not buildPackages 2023-09-09 17:55:37 +02:00
fetch-npm-deps prefetch-npm-deps: use exponential backoff 2023-07-04 14:47:13 -04:00
fetch-yarn-deps feat: implement redirect for fetch-yarn-deps 2023-07-26 15:13:37 +08:00