python310Packages.ledger: use default boost

The default version of Boost is now 1.79 and works with Python 3.10.
This commit is contained in:
Robert Schütz 2022-06-10 18:23:16 +00:00
parent 3540574f91
commit edfc49fbcf

View file

@ -4813,7 +4813,6 @@ in {
ledger = (toPythonModule (pkgs.ledger.override {
usePython = true;
boost = pkgs.boost179; # Current default boost (1.77) doesnt work with Python 3.10.
python3 = python;
})).py;