python3Packages.boost169: remove

This commit is contained in:
Nicolas Benes 2022-06-20 10:23:21 +02:00
parent 1730a1e637
commit 65af162956
2 changed files with 1 additions and 6 deletions

View file

@ -26753,7 +26753,7 @@ with pkgs;
fragments = callPackage ../applications/networking/p2p/fragments { };
freecad = libsForQt5.callPackage ../applications/graphics/freecad {
boost = python3Packages.boost169;
boost = python3Packages.boost;
inherit (python3Packages)
GitPython
matplotlib

View file

@ -1354,11 +1354,6 @@ in {
enablePython = true;
});
boost169 = toPythonModule (pkgs.boost169.override {
inherit (self) python numpy;
enablePython = true;
});
boschshcpy = callPackage ../development/python-modules/boschshcpy { };
boost-histogram = callPackage ../development/python-modules/boost-histogram {