about summary refs log tree commit diff
path: root/pkgs/development/r-modules/wrapper-rstudio.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-01-17rstudio-server, rstudioServerWrapper: init at rstudio.version (1.4.1717)cfhammill1-18/+38
Co-authored-by: Justin Bedo <cu@cua0.org> Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com> Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Co-authored-by: Benjamin Darwin <bcdarwin@gmail.com>
2019-07-05wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel1-4/+5
2018-12-07rstudioWrapper: include desktop fileEdmund Wu1-0/+1
2018-12-05rstudioWrapper: use runCommand, local build onlyJoachim Fasting1-21/+17
This seems more appropriate for a wrapper generator.
2018-11-23rstudio: fix qt plugins not foundMassimo Redaelli1-2/+6
2017-05-01rstudio: Fix recompilation issue with custom package setChris Hodapp1-0/+33
This attempts to fix the issue described at https://github.com/NixOS/nixpkgs/pull/22219#issuecomment-291801133. Any change to the custom packages passed to RStudio causes this to completely rebuild RStudio, which is completely unnecessary and also a bit of a hindrance as it's a fairly slow build. This rolls back most of that old PR, and instead implements something more like rWrapper. Existing configurations with the old useRPackages will break.