rstudio: fix build by using compatible boost version (#42383)

This commit is contained in:
averelld 2018-07-05 07:20:11 +02:00 committed by Orivej Desh (NixOS)
parent a4c9492217
commit 11c61ea63f

View File

@ -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);