Unverified Commit d553f469 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

pokerth: unbreak by pinning boost (#403779)

parents 95485b89 27b7653b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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";