rstudio: fix build by using compatible boost version (#42383)
This commit is contained in:
parent
a4c9492217
commit
11c61ea63f
@ -17979,7 +17979,9 @@ with pkgs;
|
||||
|
||||
rpcs3 = libsForQt5.callPackage ../misc/emulators/rpcs3 { };
|
||||
|
||||
rstudio = libsForQt5.callPackage ../applications/editors/rstudio { };
|
||||
rstudio = libsForQt5.callPackage ../applications/editors/rstudio {
|
||||
boost = boost166;
|
||||
};
|
||||
|
||||
rsync = callPackage ../applications/networking/sync/rsync {
|
||||
enableACLs = !(stdenv.isDarwin || stdenv.isSunOS || stdenv.isFreeBSD);
|
||||
|
Loading…
Reference in New Issue
Block a user