mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
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 {
|
||||
# broken with node v8, dead upstream,
|
||||
# see #45946 and https://github.com/etsy/statsd/issues/646
|
||||
|
Loading…
Reference in New Issue
Block a user