3
0
Fork 0
forked from mirrors/nixpkgs

freecad: use boost169

This commit is contained in:
Gabriel Ebner 2021-12-21 20:37:47 +01:00
parent 0649635b59
commit 74962f7f2e
2 changed files with 6 additions and 1 deletions

View file

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

View file

@ -1267,6 +1267,11 @@ 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 {