curv: fix build by pinning boost

fixes https://hydra.nixos.org/build/323114523
This commit is contained in:
Peder Bergebakken Sundt
2026-03-06 22:47:17 +01:00
parent a31402b4fc
commit c6974fb795
+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