zegrapher: unbreak by pinning boost

fixes https://hydra.nixos.org/build/295089893
This commit is contained in:
Peder Bergebakken Sundt 2025-05-03 00:49:44 +02:00
parent cb9d72cd42
commit 1356199cd3

View File

@ -1,6 +1,6 @@
{
lib,
boost,
boost186,
fetchFromGitHub,
qt5,
stdenv,
@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
boost
boost186
];
strictDeps = true;