degate: unbreak by pinning boost (#403867)

This commit is contained in:
Robert Scott
2025-05-03 12:54:00 +01:00
committed by GitHub
@@ -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 {