degate: unbreak by pinning boost

fixes https://hydra.nixos.org/build/282568559
This commit is contained in:
Peder Bergebakken Sundt
2025-05-03 12:26:03 +02:00
parent 4e135944f3
commit 58effd4f00
@@ -4,7 +4,7 @@
fetchFromGitHub,
fetchpatch,
cmake,
boost,
boost183,
qtbase,
qtimageformats,
qttools,
@@ -12,7 +12,7 @@
}:
let
boost_static = boost.override { enableStatic = true; };
boost_static = boost183.override { enableStatic = true; };
in
stdenv.mkDerivation rec {