mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Merge pull request #72389 from nkpart/nkpart/fix-rPackages-glmnet
rPackages.glmnet: Add missing dependency
This commit is contained in:
commit
1a2415e9a9
1 changed files with 1 additions and 0 deletions
|
@ -454,6 +454,7 @@ let
|
|||
randomForest = [ pkgs.libiconv ];
|
||||
sundialr = [ pkgs.libiconv ];
|
||||
ucminf = [ pkgs.libiconv ];
|
||||
glmnet = [ pkgs.libiconv ];
|
||||
};
|
||||
|
||||
packagesRequireingX = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue