r-modules: fix RSclient package
This commit is contained in:
parent
53235dbe14
commit
bd2aaada6e
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user