rstudio: use libsForQt5 instead of libsForQt514
fixes invisible text
This commit is contained in:
parent
b5afec62d5
commit
406654d5bc
1 changed files with 1 additions and 1 deletions
|
@ -27403,7 +27403,7 @@ with pkgs;
|
|||
|
||||
rsclock = callPackage ../applications/misc/rsclock { };
|
||||
|
||||
rstudio = libsForQt514.callPackage ../applications/editors/rstudio {
|
||||
rstudio = libsForQt5.callPackage ../applications/editors/rstudio {
|
||||
boost = boost166;
|
||||
llvmPackages = llvmPackages_7;
|
||||
jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||
|
|
Loading…
Reference in a new issue