ledger: requires an older boost

This commit is contained in:
Peter Hoeg 2017-08-31 11:49:58 +08:00
parent fb18203450
commit b29c64c235
1 changed files with 5 additions and 1 deletions

View File

@ -7573,10 +7573,12 @@ with pkgs;
boost155 = callPackage ../development/libraries/boost/1.55.nix { };
boost159 = callPackage ../development/libraries/boost/1.59.nix { };
boost15x = boost159;
boost160 = callPackage ../development/libraries/boost/1.60.nix { };
boost162 = callPackage ../development/libraries/boost/1.62.nix { };
boost163 = callPackage ../development/libraries/boost/1.63.nix { };
boost164 = callPackage ../development/libraries/boost/1.64.nix { };
boost16x = boost164;
boost = boost162;
boost_process = callPackage ../development/libraries/boost-process { };
@ -15072,7 +15074,9 @@ with pkgs;
linuxband = callPackage ../applications/audio/linuxband { };
ledger2 = callPackage ../applications/office/ledger/2.6.3.nix { };
ledger3 = callPackage ../applications/office/ledger { };
ledger3 = callPackage ../applications/office/ledger {
boost = boost15x;
};
ledger = ledger3;
ledger-web = callPackage ../applications/office/ledger-web { };