Added native build dependencies for scuttlebot (#49471)
This commit is contained in:
parent
363f28f1de
commit
7c0122e7e6
@ -86,6 +86,10 @@ nodePackages // {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
scuttlebot = nodePackages.scuttlebot.override {
|
||||||
|
buildInputs = [ pkgs.automake pkgs.autoconf nodePackages.node-gyp-build ];
|
||||||
|
};
|
||||||
|
|
||||||
statsd = nodePackages.statsd.override {
|
statsd = nodePackages.statsd.override {
|
||||||
# broken with node v8, dead upstream,
|
# broken with node v8, dead upstream,
|
||||||
# see #45946 and https://github.com/etsy/statsd/issues/646
|
# see #45946 and https://github.com/etsy/statsd/issues/646
|
||||||
|
Loading…
x
Reference in New Issue
Block a user