curv: fix build by pinning boost (#497368)

This commit is contained in:
Aleksana
2026-03-07 03:27:22 +00:00
committed by GitHub
+2 -2
View File
@@ -5,7 +5,7 @@
cmake,
git,
pkg-config,
boost,
boost188,
eigen_5,
glm,
gcc,
@@ -46,7 +46,7 @@ stdenv.mkDerivation {
];
buildInputs = [
boost
boost188
eigen_5
glm
libGL