Merge pull request #91290 from gebner/freecad-py37
This commit is contained in:
commit
e41ea6b5b2
1 changed files with 5 additions and 1 deletions
|
@ -19862,7 +19862,11 @@ in
|
||||||
|
|
||||||
fractal = callPackage ../applications/networking/instant-messengers/fractal { };
|
fractal = callPackage ../applications/networking/instant-messengers/fractal { };
|
||||||
|
|
||||||
freecad = qt5.callPackage ../applications/graphics/freecad { mpi = openmpi; };
|
freecad = qt5.callPackage ../applications/graphics/freecad {
|
||||||
|
mpi = openmpi;
|
||||||
|
# pyside2 5.12 is broken under python 3.8
|
||||||
|
python3Packages = python37Packages;
|
||||||
|
};
|
||||||
|
|
||||||
freemind = callPackage ../applications/misc/freemind { };
|
freemind = callPackage ../applications/misc/freemind { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue