mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
rPackages.glmnet: Add missing dependency
Fixes the error: ld: library not found for -liconv
This commit is contained in:
parent
17574594e2
commit
4d54c9e368
@ -454,6 +454,7 @@ let
|
||||
randomForest = [ pkgs.libiconv ];
|
||||
sundialr = [ pkgs.libiconv ];
|
||||
ucminf = [ pkgs.libiconv ];
|
||||
glmnet = [ pkgs.libiconv ];
|
||||
};
|
||||
|
||||
packagesRequireingX = [
|
||||
|
Loading…
Reference in New Issue
Block a user