ghost-one: fix build by compiling with Boost 1.44

This commit is contained in:
Peter Simons 2012-07-07 11:50:03 +02:00
parent 5479b9f3b6
commit 0921d5ddda

View file

@ -5156,7 +5156,7 @@ let
freeswitch = callPackage ../servers/sip/freeswitch { };
ghostOne = callPackage ../servers/games/ghost-one {
boost = boostFull;
boost = boost144;
};
ircdHybrid = callPackage ../servers/irc/ircd-hybrid { };