mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03: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 ];
|
randomForest = [ pkgs.libiconv ];
|
||||||
sundialr = [ pkgs.libiconv ];
|
sundialr = [ pkgs.libiconv ];
|
||||||
ucminf = [ pkgs.libiconv ];
|
ucminf = [ pkgs.libiconv ];
|
||||||
|
glmnet = [ pkgs.libiconv ];
|
||||||
};
|
};
|
||||||
|
|
||||||
packagesRequireingX = [
|
packagesRequireingX = [
|
||||||
|
Loading…
Reference in New Issue
Block a user