1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

nodePackages.dat: added dependencies to fix compilation

This commit is contained in:
Pasquale 2020-01-02 02:37:11 +01:00 committed by Alyssa Ross
parent aa8f763861
commit a1a3745fa9

View file

@ -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 {