r-modules: fix Rssa package

This commit is contained in:
mimadrid 2017-01-06 20:13:30 +01:00
parent bd2aaada6e
commit fd175e4084
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957

View File

@ -332,7 +332,7 @@ let
rPython = [ pkgs.python ];
RSclient = [ pkgs.openssl.dev ];
Rserve = [ pkgs.openssl ];
Rssa = [ pkgs.fftw ];
Rssa = [ pkgs.fftw.dev ];
rtfbs = [ pkgs.zlib pkgs.pcre pkgs.bzip2 pkgs.gzip pkgs.readline ];
rtiff = [ pkgs.libtiff ];
runjags = [ pkgs.jags ];