pokerth: unbreak by pinning boost (#403779)

This commit is contained in:
Leona Maroni
2025-05-03 17:48:21 +02:00
committed by GitHub
+5 -1
View File
@@ -7,7 +7,7 @@
qtbase,
SDL,
SDL_mixer,
boost,
boost181,
curl,
gsasl,
libgcrypt,
@@ -19,6 +19,10 @@
target ? "client",
}:
let
boost = boost181;
in
mkDerivation rec {
pname = "pokerth-${target}";
version = "1.1.2";