boost173: init at 1.73.0

This commit is contained in:
Rasmus Rendal
2020-10-11 10:26:47 +02:00
parent e929c3dde2
commit 35e296f5e5
4 changed files with 42 additions and 2 deletions
+2 -1
View File
@@ -113,7 +113,8 @@ stdenv.mkDerivation {
if version == "1.55.0"
then ./darwin-1.55-no-system-python.patch
else ./darwin-no-system-python.patch)
++ optional (versionAtLeast version "1.70") ./cmake-paths.patch;
++ optional (and (versionAtLeast version "1.70") (!versionAtLeast version "1.73")) ./cmake-paths.patch
++ optional (versionAtLeast version "1.73") ./cmake-paths-173.patch;
meta = {
homepage = "http://boost.org/";