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:
parent
aa8f763861
commit
a1a3745fa9
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue