R: install lib/libR.so for use by other programs such as RStudio

This commit is contained in:
Ellis Whitehead 2014-05-17 21:35:02 +02:00
parent 224f9b478d
commit a257d14925

View File

@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
--with-system-pcre
--with-system-xz
--with-ICU
--enable-R-shlib
AR=$(type -p ar)
AWK=$(type -p gawk)
CC=$(type -p gcc)