Merge pull request #152375 from midchildan/fix/sourcetrail-boost

sourcetrail: use boost16x
This commit is contained in:
Bobby Rong
2021-12-28 13:12:01 +08:00
committed by GitHub
+1
View File
@@ -28621,6 +28621,7 @@ with pkgs;
jdk = jdk8;
pythonPackages = python3Packages;
inherit llvmPackages;
boost = boost16x; # Filesystem tests in the checkPhase fail with Boost 1.77
};
spotifywm = callPackage ../applications/audio/spotifywm { };