domino-chain: fix build with boost 1.89

This commit is contained in:
Xiangyan Sun
2026-04-10 12:05:42 -07:00
parent f97e195236
commit bce91a286c
+2
View File
@@ -38,6 +38,8 @@ stdenv.mkDerivation (finalAttrs: {
--replace-warn /usr/share/fonts/truetype/freefont/ ${freefont_ttf}/share/fonts/truetype/
substituteInPlace src/domino-chain/screen.cpp \
--replace-fail /usr/share/fonts/truetype/freefont/ ${freefont_ttf}/share/fonts/truetype/
substituteInPlace Makefile \
--replace-fail "LIBS += -lboost_system\$(BOOST_TAGS)" ""
'';
nativeBuildInputs = [