mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Added native build dependencies for scuttlebot (#49471)
This commit is contained in:
parent
363f28f1de
commit
7c0122e7e6
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue