ledger3: Build with boost 1.49

The build failed with boost 1.50, and succeeds now.
This commit is contained in:
Shea Levy 2012-07-07 18:00:58 -04:00
parent 55ea7dc453
commit 0841407843

View File

@ -7023,7 +7023,9 @@ let
links = callPackage ../applications/networking/browsers/links { };
ledger = callPackage ../applications/office/ledger/2.6.3.nix { };
ledger3 = callPackage ../applications/office/ledger/3.0.nix { };
ledger3 = callPackage ../applications/office/ledger/3.0.nix {
boost = boost149;
};
links2 = callPackage ../applications/networking/browsers/links2 { };