mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
rPackages.nlme: fix darwin build
This fixes the error: ld: library not found for -liconv
This commit is contained in:
parent
e023f117f8
commit
d8ad2ad916
1 changed files with 1 additions and 0 deletions
|
@ -435,6 +435,7 @@ let
|
|||
mzR = [ pkgs.netcdf ];
|
||||
cluster = [ pkgs.libiconv ];
|
||||
KernSmooth = [ pkgs.libiconv ];
|
||||
nlme = [ pkgs.libiconv ];
|
||||
};
|
||||
|
||||
packagesRequireingX = [
|
||||
|
|
Loading…
Reference in a new issue