r-modules: fix RSclient package

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

View File

@ -330,7 +330,7 @@ let
RPostgreSQL = [ pkgs.postgresql ];
RProtoBuf = [ pkgs.protobuf ];
rPython = [ pkgs.python ];
RSclient = [ pkgs.openssl ];
RSclient = [ pkgs.openssl.dev ];
Rserve = [ pkgs.openssl ];
Rssa = [ pkgs.fftw ];
rtfbs = [ pkgs.zlib pkgs.pcre pkgs.bzip2 pkgs.gzip pkgs.readline ];