Merge pull request #41606 from knedlsepp/fix-rWrapper-on-darwin

Fix rWrapper on darwin
This commit is contained in:
Matthew Justin Bauer 2018-06-06 22:42:36 -04:00 committed by GitHub
commit f5b0d6d889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -433,6 +433,11 @@ let
PET = [ pkgs.which pkgs.xorg.xdpyinfo pkgs.imagemagick ];
dti = [ pkgs.which pkgs.xorg.xdpyinfo pkgs.imagemagick ];
mzR = [ pkgs.netcdf ];
cluster = [ pkgs.libiconv ];
KernSmooth = [ pkgs.libiconv ];
nlme = [ pkgs.libiconv ];
Matrix = [ pkgs.libiconv ];
mgcv = [ pkgs.libiconv ];
};
packagesRequireingX = [