forked from mirrors/nixpkgs
ghost-one: the linking phase requires boost in tagged layout
This commit is contained in:
parent
eb7ad413b8
commit
48b6730f3c
|
@ -5149,7 +5149,7 @@ let
|
|||
freeswitch = callPackage ../servers/sip/freeswitch { };
|
||||
|
||||
ghostOne = callPackage ../servers/games/ghost-one {
|
||||
boost = boost144;
|
||||
boost = boost144.override { taggedLayout = true; };
|
||||
};
|
||||
|
||||
ircdHybrid = callPackage ../servers/irc/ircd-hybrid { };
|
||||
|
|
Loading…
Reference in a new issue