ledger3: Build with boost 1.49
The build failed with boost 1.50, and succeeds now.
This commit is contained in:
parent
55ea7dc453
commit
0841407843
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user