Commit Graph

15 Commits

Author SHA1 Message Date
jopejoe1
7167d91950 rstudioWrapper: set pname and version 2026-08-11 10:35:16 +02:00
Justin Bedo
0998cf85d0 rWrapper,radianWrapper,rstudioWrapper,rstudioServerWrapper: use makeBinaryWrapper 2026-03-17 09:18:32 +11:00
Bruno Rodrigues
16998dd60c rstudio: fix loading of project-specific .Rprofile 2026-01-15 16:24:07 +01:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
TomaSajt
508b581122 rstudioWrapper: don't create dangling symlink on darwin 2025-03-16 23:18:31 +01:00
TomaSajt
889a85add8 rstudioWrapper: don't wrap with QT anymore 2025-02-26 20:02:43 +01:00
TomaSajt
3ce431ad7a rstudioWrapper: only symlink share directory if not server 2024-12-30 23:49:09 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Sigmanificient
6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
cfhammill
fd51177e5c rstudio-server, rstudioServerWrapper: init at rstudio.version (1.4.1717)
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>
2022-01-17 10:24:37 +11:00
Thomas Tuegel
51d78034a1 wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
Edmund Wu
a898f88d57 rstudioWrapper: include desktop file 2018-12-07 16:44:01 -05:00
Joachim Fasting
21d83e5b11 rstudioWrapper: use runCommand, local build only
This seems more appropriate for a wrapper generator.
2018-12-05 20:59:41 +01:00
Massimo Redaelli
5afe1e7c70 rstudio: fix qt plugins not found 2018-11-23 23:10:29 +01:00
Chris Hodapp
29969a5ec7 rstudio: Fix recompilation issue with custom package set
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.
2017-05-01 09:46:40 -04:00