mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
Merge pull request #69330 from mnacamura/r-rf
r-randomForest: fix build on Darwin
This commit is contained in:
commit
b47d81393d
|
@ -449,6 +449,7 @@ let
|
|||
pan = [ pkgs.libiconv ];
|
||||
phangorn = [ pkgs.libiconv ];
|
||||
quadprog = [ pkgs.libiconv ];
|
||||
randomForest = [ pkgs.libiconv ];
|
||||
sundialr = [ pkgs.libiconv ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue