rstudioWrapper: include desktop file

This commit is contained in:
Edmund Wu 2018-12-07 16:44:01 -05:00
parent ca3f089a83
commit a898f88d57
No known key found for this signature in database
GPG Key ID: 43C9E53FFCF51DEC

View File

@ -23,6 +23,7 @@ runCommand (rstudio.name + "-wrapper") {
}
''
mkdir $out
ln -s ${rstudio}/share $out
echo "# Autogenerated by wrapper-rstudio.nix from R_LIBS_SITE" > $out/$fixLibsR
echo -n ".libPaths(c(.libPaths(), \"" >> $out/$fixLibsR
echo -n $R_LIBS_SITE | sed -e 's/:/", "/g' >> $out/$fixLibsR