mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
Wesnoth does not build with boost 1.48
svn path=/nixpkgs/trunk/; revision=30521
This commit is contained in:
parent
2ef1290de3
commit
67653f93fa
|
@ -6113,6 +6113,7 @@ let
|
|||
wesnoth = callPackage ../games/wesnoth {
|
||||
inherit (gtkLibs) pango;
|
||||
lua = lua5;
|
||||
boost = boost147;
|
||||
};
|
||||
|
||||
wirelesstools = callPackage ../os-specific/linux/wireless-tools { };
|
||||
|
|
Loading…
Reference in a new issue