rstudioWrapper: include desktop file
This commit is contained in:
parent
ca3f089a83
commit
a898f88d57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user