r-arrow: add missing arrow-cpp dependency to the build

See https://github.com/NixOS/nixpkgs/issues/81761 for further details.
This commit is contained in:
Peter Simons 2021-02-16 12:31:14 +01:00
parent c18f1912ce
commit 64b5504939

View file

@ -231,6 +231,7 @@ let
};
packagesWithNativeBuildInputs = {
arrow = [ pkgs.pkgconfig pkgs.arrow-cpp ];
adimpro = [ pkgs.imagemagick ];
animation = [ pkgs.which ];
audio = [ pkgs.portaudio ];