Skip to content

Commit

Permalink
nodePackages.dat: added dependencies to fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqui23 authored and alyssais committed Jan 3, 2020
1 parent aa8f763 commit a1a3745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/node-packages/default-v10.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nodePackages // {
};

dat = nodePackages.dat.override {
buildInputs = [ nodePackages.node-gyp-build ];
buildInputs = [ nodePackages.node-gyp-build pkgs.libtool pkgs.autoconf pkgs.automake ];
};

dnschain = nodePackages.dnschain.override {
Expand Down

0 comments on commit a1a3745

Please sign in to comment.