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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user