summaryrefslogtreecommitdiffstats
path: root/pkgs/development/r-modules/wrapper-rstudio.nix
AgeCommit message (Collapse)Author
2019-07-05wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel
2018-12-07rstudioWrapper: include desktop fileEdmund Wu
2018-12-05rstudioWrapper: use runCommand, local build onlyJoachim Fasting
This seems more appropriate for a wrapper generator.
2018-11-23rstudio: fix qt plugins not foundMassimo Redaelli
2017-05-01rstudio: Fix recompilation issue with custom package setChris Hodapp
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.