mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03: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:
parent
cb9d72cd42
commit
27b7653bc6
1 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
qtbase,
|
qtbase,
|
||||||
SDL,
|
SDL,
|
||||||
SDL_mixer,
|
SDL_mixer,
|
||||||
boost,
|
boost181,
|
||||||
curl,
|
curl,
|
||||||
gsasl,
|
gsasl,
|
||||||
libgcrypt,
|
libgcrypt,
|
||||||
|
@ -19,6 +19,10 @@
|
||||||
target ? "client",
|
target ? "client",
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
let
|
||||||
|
boost = boost181;
|
||||||
|
in
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "pokerth-${target}";
|
pname = "pokerth-${target}";
|
||||||
version = "1.1.2";
|
version = "1.1.2";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue