mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
postlight-parser: use yarnInstallHook
This commit is contained in:
parent
4fc37e1925
commit
feb1b538c4
@ -4,8 +4,8 @@
|
||||
, fetchYarnDeps
|
||||
, yarnConfigHook
|
||||
, yarnBuildHook
|
||||
, yarnInstallHook
|
||||
, nodejs
|
||||
, npmHooks
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@ -27,8 +27,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
nativeBuildInputs = [
|
||||
yarnConfigHook
|
||||
yarnBuildHook
|
||||
yarnInstallHook
|
||||
nodejs
|
||||
npmHooks.npmInstallHook
|
||||
];
|
||||
# Upstream doesn't include a script in package.json that only builds without
|
||||
# testing, and tests fail because they need to access online websites. Hence
|
||||
@ -39,8 +39,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
postBuild = ''
|
||||
yarn --offline run rollup -c
|
||||
'';
|
||||
# Tries to download stuff from the internet in this phase.
|
||||
dontNpmPrune = true;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/postlight/parser/blob/${finalAttrs.src.rev}/CHANGELOG.md";
|
||||
|
Loading…
Reference in New Issue
Block a user