python3Packages.boost169: remove

main
Nicolas Benes 2 years ago
parent 1730a1e637
commit 65af162956
  1. 2
      pkgs/top-level/all-packages.nix
  2. 5
      pkgs/top-level/python-packages.nix

@ -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

@ -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 {

Loading…
Cancel
Save