File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 33 R ,
44 rstudio ,
55 makeWrapper ,
6- wrapQtAppsHook ,
76 recommendedPackages ,
87 packages ,
98 fontconfig ,
@@ -14,7 +13,7 @@ runCommand (rstudio.name + "-wrapper")
1413 preferLocalBuild = true ;
1514 allowSubstitutes = false ;
1615
17- nativeBuildInputs = [ ( if rstudio . server then makeWrapper else wrapQtAppsHook ) ] ;
16+ nativeBuildInputs = [ makeWrapper ] ;
1817 dontWrapQtApps = true ;
1918
2019 buildInputs =
@@ -56,7 +55,7 @@ runCommand (rstudio.name + "-wrapper")
5655 else
5756 ''
5857 ln -s ${ rstudio } /share $out
59- makeQtWrapper ${ rstudio } /bin/rstudio $out/bin/rstudio \
58+ makeWrapper ${ rstudio } /bin/rstudio $out/bin/rstudio \
6059 --set R_PROFILE_USER $out/$fixLibsR
6160 ''
6261 )
Original file line number Diff line number Diff line change @@ -11125,7 +11125,7 @@ with pkgs;
1112511125 wrapR = false;
1112611126 };
1112711127
11128- rstudioWrapper = libsForQt5. callPackage ../development/r-modules/wrapper-rstudio.nix {
11128+ rstudioWrapper = callPackage ../development/r-modules/wrapper-rstudio.nix {
1112911129 recommendedPackages = with rPackages; [
1113011130 boot class cluster codetools foreign KernSmooth lattice MASS
1113111131 Matrix mgcv nlme nnet rpart spatial survival
You can’t perform that action at this time.
0 commit comments