grap: unbreak by pinning boost

fixes https://hydra.nixos.org/build/294974634
This commit is contained in:
Peder Bergebakken Sundt
2025-05-03 01:02:45 +02:00
parent cb9d72cd42
commit a4c367999c

View File

@@ -2,7 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
boost,
boost183,
libseccomp,
flex,
swig,
@@ -38,7 +38,7 @@ python3Packages.buildPythonApplication rec {
];
buildInputs = [
boost.all
boost183.all
libseccomp
];