python310Packages.ledger: use default boost

The default version of Boost is now 1.79 and works with Python 3.10.
main
Robert Schütz 2 years ago
parent 3540574f91
commit edfc49fbcf
  1. 1
      pkgs/top-level/python-packages.nix

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

Loading…
Cancel
Save