Commit Graph

61 Commits

Author SHA1 Message Date
Justin Bedo
45b1d202ef
rstudio: fix server node patching 2023-10-09 09:20:18 +11:00
Justin Bedő
6371435e61
Merge pull request #252047 from Kupac/rstudio_2023_06_2_561
rstudio: 2022.07.1+554 -> 2023.09.0+463
2023-09-28 22:15:12 +10:00
László Kupcsik
217d974d84 rstudio: 2022.07.1+554 -> 2023.09.0+463
Updates rstudio to current version, fixes plotting and enables quarto
and markdown rendering.
Visual mode for markdown editing is still not functional.

 * Remove unneeded patch
 * Eliminate false quarto version warning
 * Fix pandoc and quarto paths
 * Adjust patch name to reflect purpose
 * Remove panmirror for now
 * Update quartoSrc

Co-authored-by: Justin Bedő <cu@cua0.org>
Also contributed: b-rodrigues and kupac
2023-09-27 22:24:42 +02:00
Sandro Jäckel
fccf04b620 treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType 2023-09-08 14:18:26 +00:00
Robert Schütz
ce4f2d1cbe rstudio: use fetchYarnDeps 2023-09-06 12:34:31 -07:00
Vladimír Čunát
16b32782b4
rstudio: supply missing #include <set>
This was only suceeding by accident, uncovered probably by boost update.
https://hydra.nixos.org/build/228258786/nixlog/4/tail
2023-07-23 16:36:30 +02:00
OPNA2608
c9b4c7dccd treewide: Rename libyamlcpp* to yaml-cpp* 2023-01-31 16:22:54 +01:00
Shawn8901
3866fa44a7 treewide: remove global with lib; in pkgs/{audio,blockchain,editors} 2023-01-21 23:11:12 +01:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
Goetz
f76ab1db42
RStudio: 2022.02.3+492 -> 2022.07.1.+554 (#185154)
RStudio: 2022.02.3+492 -> 2022.07.1.+554

Separate quarto fix and pandoc installation
2022-09-20 11:24:19 +02:00
Goetz
1f95c49331
RStudio: 1.4.1717 -> 2022.02.3+492 (#177021)
rstudio: 1.4.1717 -> 2022.02.3+492

The old version does not compile with gcc11. Also the used nixos-22.05
libraries (R interpreter) have changed their interfaces that have to be
also patched. Updating RStudio is useful.

* Remove Quarto patch

Follow review in
https://github.com/NixOS/nixpkgs/pull/177021#pullrequestreview-1007625773

* Fix not FHS paths

Create explicit nix path replacement of hard coded FHS paths for pandoc and nodejs.
2022-06-17 16:08:22 +02:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux 2022-05-30 13:42:58 +02:00
Daniel Thwaites
4f9b8a0702
lib/strings: optimise hasInfix function (#168175)
* lib/strings: optimise hasInfix function

* lib/strings: optimise hasInfix further using regex

* rstudio: call hasInfix with a string

* lib/strings: remove let from hasInfix

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
2022-04-22 12:43:25 -04:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Fabian Möller
4329d79dba
nixos/tests: link tests to their packages 2022-01-23 21:08:10 +01:00
Matthieu Coudron
711a269add rstudio: set meta.mainProgram 2022-01-18 22:43:21 +01: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
Ingo Blechschmidt
480285a39e rstudio: fix desktop icon 2021-11-05 20:36:14 +01:00
Justin Bedo
71fa2b05f6
rstudio: fix source revision reference 2021-10-17 22:20:54 +11:00
Artturin
a2fa069103 rstudio: 1.2.5042 -> 1.4.1717 2021-10-15 03:56:09 +03:00
Changlin Li
81fa0babba Remove changlinli from rstudio maintainers list
I don't have the bandwidth to maintain the rstudio package
2021-10-07 04:43:26 -04:00
Emery Hemingway
e36f885a09 rstudio: remove ehmry from maintainers 2021-09-24 12:17:57 +02:00
Andrew Childs
7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Alex Branham
56be910cd3
Rstudio: 1.2.5033 -> 1.2.5042
Need the patch to backport a fix so Rstudio compiles against R 4.0.0
2020-04-28 20:59:45 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Simon Lackerbauer
321d788e2a rstudio: 1.2.1335 -> 1.2.5033 2020-02-29 18:38:18 +01:00
Thomas Churchman
c32ccccd9d
rstudio: use qt5's mkDerivation (#74381) 2020-02-09 01:44:53 -05:00
Eamonn Coughlan
cd9aec6114 rstudio: fix build with new hunspell-dicts 2019-09-05 17:33:24 +02:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Averell Dalton
5f10ab6377 rstudio: fix build 2019-08-15 11:04:25 +02:00
Averell Dalton
248041aa20 rstudio-preview: remove package 2019-04-14 20:47:28 +02:00
Averell Dalton
7a59ec3982 rstudio: 1.1.463 -> 1.2.1335 2019-04-14 20:47:28 +02:00
Averell Dalton
98fb0ab430 rstudio-preview: update to current 2019-01-21 00:41:58 +01:00
Averell Dalton
23461f33eb rstudio(-preview): fix build 2019-01-21 00:41:58 +01:00
Averell Dalton
c93caa5a67 rstudio-preview: init at f33fb2b2 2018-11-03 19:09:58 +01:00
Averell Dalton
34a5a43890 rstudio: 1.1.456 -> 1.1.463 2018-10-27 23:57:53 +02:00
Simon Lackerbauer
3f61866ea6 rstudio: 1.1.442 -> 1.1.456 (#45781) 2018-08-30 16:56:04 +02:00
Simon Lackerbauer
0743c349ce
rstudio: 1.1.423 -> 1.1.442 2018-04-17 23:24:49 +02:00
mingchuan
5e31eaea9d
rstudio: 1.1.414 -> 1.1.423
Also fixes the version number displayed in GUI.
2018-02-08 01:30:45 +08:00
mingchuan
fb2a43f8ad
rstudio: 1.1.383 -> 1.1.414 2018-01-15 22:12:55 +08:00
Samuel Dionne-Riel
7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
mingchuan
00e1a22348 rstudio: fix build 2017-11-10 07:00:47 +08:00
Nikolay Amiantov
e2a7f508fc rstudio: enable parallel building
Also cleanup inputs.
2017-10-17 03:40:11 +03:00
Nikolay Amiantov
b1736511ce boost: make 1.65 the default 2017-10-17 03:40:11 +03:00
Simon Lackerbauer
bb94e0408f rstudio: 1.1.351 -> 1.1.383 2017-10-16 02:38:26 +02:00
Simon Lackerbauer
40cbf90861 rstudio: 1.1.216 -> 1.1.351 2017-08-31 20:09:41 +02:00
mingchuan
fecc1f8b70 rstudio: fix build 2017-08-20 17:35:33 +08:00
Thomas Tuegel
210f688802
qt5: rename qmakeHook to qmake 2017-06-18 08:41:57 -05:00