mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
pokerth: unbreak by pinning boost
fixes https://hydra.nixos.org/build/295030184 fixes https://hydra.nixos.org/build/295030187
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user