Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
releng_frontend/shipit_frontend: fix ./please run command, fixes #577
Browse files Browse the repository at this point in the history
… (#586)
  • Loading branch information
garbas authored Aug 30, 2017
1 parent 921dea3 commit f180f61
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion src/releng_frontend/node-modules-generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7109,6 +7109,14 @@ in
url = "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-2.6.1.tgz";
sha1 = "0b292a9da96daf80a65988f69f87b4166e5defe7";
};
preRebuild = ''
patch -p1 < ${
fetchurl
{ url = "https://github.com/webpack/webpack-dev-server/commit/e6ccbaffc30bdcbc74285d30d1d93c0109019654.patch";
sha256 = "116v5nmjs7jdaavr3dn169wkpwcdlpiwjkkw99dwxyh8qjprjlvw";
}
}
'';
dependencies = [
sources."ansi-html-0.0.7"
sources."bonjour-3.5.0"
Expand Down Expand Up @@ -7530,4 +7538,4 @@ in
};
production = true;
};
}
}
10 changes: 9 additions & 1 deletion src/shipit_frontend/node-modules-generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7109,6 +7109,14 @@ in
url = "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-2.6.1.tgz";
sha1 = "0b292a9da96daf80a65988f69f87b4166e5defe7";
};
preRebuild = ''
patch -p1 < ${
fetchurl
{ url = "https://github.com/webpack/webpack-dev-server/commit/e6ccbaffc30bdcbc74285d30d1d93c0109019654.patch";
sha256 = "116v5nmjs7jdaavr3dn169wkpwcdlpiwjkkw99dwxyh8qjprjlvw";
}
}
'';
dependencies = [
sources."ansi-html-0.0.7"
sources."bonjour-3.5.0"
Expand Down Expand Up @@ -7530,4 +7538,4 @@ in
};
production = true;
};
}
}

0 comments on commit f180f61

Please sign in to comment.