sourcetrail: use boost16x

This commit is contained in:
midchildan
2021-12-28 06:11:49 +09:00
parent ad86f7d78f
commit 92ae07e5f2
+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 { };