forked from mirrors/nixpkgs
freecad: use boost169
This commit is contained in:
parent
0649635b59
commit
74962f7f2e
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue