zegrapher: unbreak by pinning boost (#403772)

This commit is contained in:
Leona Maroni
2025-05-03 10:41:08 +02:00
committed by GitHub
+2 -2
View File
@@ -1,6 +1,6 @@
{
lib,
boost,
boost186,
fetchFromGitHub,
qt5,
stdenv,
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
boost
boost186
];
strictDeps = true;